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