aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon
diff options
context:
space:
mode:
authorRichard Fitzgerald <rf@opensource.wolfsonmicro.com>2015-01-17 15:21:26 +0000
committerLee Jones <lee.jones@linaro.org>2015-02-26 10:04:44 +0000
commit2f2b6aa8c5172dc61b4fec4d17387ca71211efdc (patch)
tree06e802da2a05bf54966406640af67b66d3a3ef19 /drivers/extcon
parentgpio: arizona: Add support for WM8280/WM8281 (diff)
downloadlinux-dev-2f2b6aa8c5172dc61b4fec4d17387ca71211efdc.tar.xz
linux-dev-2f2b6aa8c5172dc61b4fec4d17387ca71211efdc.zip
extcon: arizona: Add support for WM8280/WM8281
Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com> Acked-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/extcon')
-rw-r--r--drivers/extcon/extcon-arizona.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/extcon/extcon-arizona.c b/drivers/extcon/extcon-arizona.c
index 63f01c42aed4..6b5e795f3fe2 100644
--- a/drivers/extcon/extcon-arizona.c
+++ b/drivers/extcon/extcon-arizona.c
@@ -1149,6 +1149,7 @@ static int arizona_extcon_probe(struct platform_device *pdev)
}
break;
case WM5110:
+ case WM8280:
switch (arizona->rev) {
case 0 ... 2:
break;