Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 
0003 #ifndef _DT_BINDINGS_REGULATOR_MEDIATEK_MT6397_H_
0004 #define _DT_BINDINGS_REGULATOR_MEDIATEK_MT6397_H_
0005 
0006 /*
0007  * Buck mode constants which may be used in devicetree properties (eg.
0008  * regulator-initial-mode, regulator-allowed-modes).
0009  * See the manufacturer's datasheet for more information on these modes.
0010  */
0011 
0012 #define MT6397_BUCK_MODE_AUTO       0
0013 #define MT6397_BUCK_MODE_FORCE_PWM  1
0014 
0015 #endif