aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/arizona/pdata.h
diff options
context:
space:
mode:
authorRichard Fitzgerald <rf@opensource.wolfsonmicro.com>2015-07-03 11:16:35 -0400
committerLee Jones <lee.jones@linaro.org>2015-08-11 10:08:42 -0400
commit6887b042c52ee05a405bae859f410c2f63b45339 (patch)
treeb2d4a8e6a86a6fddff747d7b5d900c30b3f3db5f /include/linux/mfd/arizona/pdata.h
parentbc00d68f2f209dd7ad01f64c3bdf67e608c363f1 (diff)
mfd: arizona: Add support for WM8998 and WM1814
Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/arizona/pdata.h')
-rw-r--r--include/linux/mfd/arizona/pdata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/arizona/pdata.h b/include/linux/mfd/arizona/pdata.h
index dc3c81252de7..1dc385850ba2 100644
--- a/include/linux/mfd/arizona/pdata.h
+++ b/include/linux/mfd/arizona/pdata.h
@@ -162,6 +162,8 @@ struct arizona_pdata {
162 /** 162 /**
163 * Mode of input structures 163 * Mode of input structures
164 * One of the ARIZONA_INMODE_xxx values 164 * One of the ARIZONA_INMODE_xxx values
165 * wm5102/wm5110/wm8280/wm8997: [0]=IN1 [1]=IN2 [2]=IN3 [3]=IN4
166 * wm8998: [0]=IN1A [1]=IN2A [2]=IN1B [3]=IN2B
165 */ 167 */
166 int inmode[ARIZONA_MAX_INPUT]; 168 int inmode[ARIZONA_MAX_INPUT];
167 169