Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 
0003 #ifndef __DT_BINDINGS_MEDIATEK_MT6360_REGULATOR_H__
0004 #define __DT_BINDINGS_MEDIATEK_MT6360_REGULATOR_H__
0005 
0006 /*
0007  * BUCK/LDO mode constants which may be used in devicetree properties
0008  * (eg. regulator-allowed-modes).
0009  * See the manufacturer's datasheet for more information on these modes.
0010  */
0011 
0012 #define MT6360_OPMODE_LP        2
0013 #define MT6360_OPMODE_ULP       3
0014 #define MT6360_OPMODE_NORMAL        0
0015 
0016 #endif