15e9384c7SKrzysztof Kozlowski /* SPDX-License-Identifier: GPL-2.0 */
25356e0daSJavier Martinez Canillas /*
35356e0daSJavier Martinez Canillas  * Copyright (C) 2014 Google, Inc
45356e0daSJavier Martinez Canillas  *
55356e0daSJavier Martinez Canillas  * Device Tree binding constants for the Maxim 77802 PMIC regulators
65356e0daSJavier Martinez Canillas  */
75356e0daSJavier Martinez Canillas 
85356e0daSJavier Martinez Canillas #ifndef _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H
95356e0daSJavier Martinez Canillas #define _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H
105356e0daSJavier Martinez Canillas 
115356e0daSJavier Martinez Canillas /* Regulator operating modes */
125356e0daSJavier Martinez Canillas #define MAX77802_OPMODE_LP	1
135356e0daSJavier Martinez Canillas #define MAX77802_OPMODE_NORMAL	3
145356e0daSJavier Martinez Canillas 
155356e0daSJavier Martinez Canillas #endif /* _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H */
16