mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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>
This commit is contained in:
parent
449c175ec6
commit
2f2b6aa8c5
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue