Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 
0003 #ifndef _DT_BINDINGS_REGULATOR_DLG_DA9211_H
0004 #define _DT_BINDINGS_REGULATOR_DLG_DA9211_H
0005 
0006 /*
0007  * These buck mode constants may be used to specify values in device tree
0008  * properties (e.g. regulator-initial-mode, regulator-allowed-modes).
0009  * A description of the following modes is in the manufacturers datasheet.
0010  */
0011 
0012 #define DA9211_BUCK_MODE_SLEEP      1
0013 #define DA9211_BUCK_MODE_SYNC       2
0014 #define DA9211_BUCK_MODE_AUTO       3
0015 
0016 #endif