xref: /OK3568_Linux_fs/kernel/include/dt-bindings/regulator/maxim,max77802.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */
2*4882a593Smuzhiyun /*
3*4882a593Smuzhiyun  * Copyright (C) 2014 Google, Inc
4*4882a593Smuzhiyun  *
5*4882a593Smuzhiyun  * Device Tree binding constants for the Maxim 77802 PMIC regulators
6*4882a593Smuzhiyun  */
7*4882a593Smuzhiyun 
8*4882a593Smuzhiyun #ifndef _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H
9*4882a593Smuzhiyun #define _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H
10*4882a593Smuzhiyun 
11*4882a593Smuzhiyun /* Regulator operating modes */
12*4882a593Smuzhiyun #define MAX77802_OPMODE_LP	1
13*4882a593Smuzhiyun #define MAX77802_OPMODE_NORMAL	3
14*4882a593Smuzhiyun 
15*4882a593Smuzhiyun #endif /* _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H */
16