brintos

brintos / linux-shallow public Read only

0
0
Text · 398 B · 63f99d4 Raw
16 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2 3#ifndef __DT_BINDINGS_RICHTEK_RT5190A_REGULATOR_H__4#define __DT_BINDINGS_RICHTEK_RT5190A_REGULATOR_H__5 6/*7 * BUCK/LDO mode constants which may be used in devicetree properties8 * (eg. regulator-allowed-modes).9 * See the manufacturer's datasheet for more information on these modes.10 */11 12#define RT5190A_OPMODE_AUTO	013#define RT5190A_OPMODE_FPWM	114 15#endif16