162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci 362306a36Sopenharmony_ci#ifndef __DT_BINDINGS_RICHTEK_RT5190A_REGULATOR_H__ 462306a36Sopenharmony_ci#define __DT_BINDINGS_RICHTEK_RT5190A_REGULATOR_H__ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci/* 762306a36Sopenharmony_ci * BUCK/LDO mode constants which may be used in devicetree properties 862306a36Sopenharmony_ci * (eg. regulator-allowed-modes). 962306a36Sopenharmony_ci * See the manufacturer's datasheet for more information on these modes. 1062306a36Sopenharmony_ci */ 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#define RT5190A_OPMODE_AUTO 0 1362306a36Sopenharmony_ci#define RT5190A_OPMODE_FPWM 1 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci#endif 16