xref: /freebsd-src/sys/contrib/device-tree/include/dt-bindings/regulator/mediatek,mt6397-regulator.h (revision 2eb4d8dc723da3cf7d735a3226ae49da4c8c5dbc)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 #ifndef _DT_BINDINGS_REGULATOR_MEDIATEK_MT6397_H_
4 #define _DT_BINDINGS_REGULATOR_MEDIATEK_MT6397_H_
5 
6 /*
7  * Buck mode constants which may be used in devicetree properties (eg.
8  * regulator-initial-mode, regulator-allowed-modes).
9  * See the manufacturer's datasheet for more information on these modes.
10  */
11 
12 #define MT6397_BUCK_MODE_AUTO		0
13 #define MT6397_BUCK_MODE_FORCE_PWM	1
14 
15 #endif
16