15356e0daSJavier Martinez Canillas /*
25356e0daSJavier Martinez Canillas  * Copyright (C) 2014 Google, Inc
35356e0daSJavier Martinez Canillas  *
45356e0daSJavier Martinez Canillas  * This program is free software; you can redistribute it and/or modify
55356e0daSJavier Martinez Canillas  * it under the terms of the GNU General Public License version 2 as
65356e0daSJavier Martinez Canillas  * published by the Free Software Foundation.
75356e0daSJavier Martinez Canillas  *
85356e0daSJavier Martinez Canillas  * Device Tree binding constants for the Maxim 77802 PMIC regulators
95356e0daSJavier Martinez Canillas  */
105356e0daSJavier Martinez Canillas 
115356e0daSJavier Martinez Canillas #ifndef _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H
125356e0daSJavier Martinez Canillas #define _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H
135356e0daSJavier Martinez Canillas 
145356e0daSJavier Martinez Canillas /* Regulator operating modes */
155356e0daSJavier Martinez Canillas #define MAX77802_OPMODE_LP	1
165356e0daSJavier Martinez Canillas #define MAX77802_OPMODE_NORMAL	3
175356e0daSJavier Martinez Canillas 
185356e0daSJavier Martinez Canillas #endif /* _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H */
19