aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>2016-05-02 05:27:37 -0400
committerLee Jones <lee.jones@linaro.org>2016-05-09 10:41:56 -0400
commit37ac9c9029905b5b3a3e4526fdcde1892d8f5501 (patch)
treeeb3c8eaf0a5a14da6fe345d47b845576c85bafef
parentb49b927f16acee626c56a1af4ab4cb062f75b5df (diff)
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>
-rw-r--r--include/dt-bindings/mfd/arizona.h5
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 @@
110#define ARIZONA_ACCDET_MODE_HPM 4 110#define ARIZONA_ACCDET_MODE_HPM 4
111#define ARIZONA_ACCDET_MODE_ADC 7 111#define ARIZONA_ACCDET_MODE_ADC 7
112 112
113#define ARIZONA_GPSW_OPEN 0
114#define ARIZONA_GPSW_CLOSED 1
115#define ARIZONA_GPSW_CLAMP_ENABLED 2
116#define ARIZONA_GPSW_CLAMP_DISABLED 3
117
113#endif 118#endif