1*5356e0daSJavier Martinez Canillas /* 2*5356e0daSJavier Martinez Canillas * Copyright (C) 2014 Google, Inc 3*5356e0daSJavier Martinez Canillas * 4*5356e0daSJavier Martinez Canillas * This program is free software; you can redistribute it and/or modify 5*5356e0daSJavier Martinez Canillas * it under the terms of the GNU General Public License version 2 as 6*5356e0daSJavier Martinez Canillas * published by the Free Software Foundation. 7*5356e0daSJavier Martinez Canillas * 8*5356e0daSJavier Martinez Canillas * Device Tree binding constants for the Maxim 77802 PMIC regulators 9*5356e0daSJavier Martinez Canillas */ 10*5356e0daSJavier Martinez Canillas 11*5356e0daSJavier Martinez Canillas #ifndef _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H 12*5356e0daSJavier Martinez Canillas #define _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H 13*5356e0daSJavier Martinez Canillas 14*5356e0daSJavier Martinez Canillas /* Regulator operating modes */ 15*5356e0daSJavier Martinez Canillas #define MAX77802_OPMODE_LP 1 16*5356e0daSJavier Martinez Canillas #define MAX77802_OPMODE_NORMAL 3 17*5356e0daSJavier Martinez Canillas 18*5356e0daSJavier Martinez Canillas #endif /* _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H */ 19