diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2016-05-02 12:27:37 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-05-09 17:41:56 +0300 |
commit | 37ac9c9029905b5b3a3e4526fdcde1892d8f5501 (patch) | |
tree | eb3c8eaf0a5a14da6fe345d47b845576c85bafef /include/dt-bindings/mfd | |
parent | b49b927f16acee626c56a1af4ab4cb062f75b5df (diff) | |
download | linux-37ac9c9029905b5b3a3e4526fdcde1892d8f5501.tar.xz |
mfd: arizona: Add defines for GPSW values that can be used from DT
Add defines for the possible values the GPSW can be set to using the
wlf,gpsw device tree binding.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/dt-bindings/mfd')
-rw-r--r-- | include/dt-bindings/mfd/arizona.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/mfd/arizona.h b/include/dt-bindings/mfd/arizona.h index c40f665e2712..dedf46ffdb53 100644 --- a/include/dt-bindings/mfd/arizona.h +++ b/include/dt-bindings/mfd/arizona.h @@ -110,4 +110,9 @@ #define ARIZONA_ACCDET_MODE_HPM 4 #define ARIZONA_ACCDET_MODE_ADC 7 +#define ARIZONA_GPSW_OPEN 0 +#define ARIZONA_GPSW_CLOSED 1 +#define ARIZONA_GPSW_CLAMP_ENABLED 2 +#define ARIZONA_GPSW_CLAMP_DISABLED 3 + #endif |