diff options
author | Richard Fitzgerald <[email protected]> | 2015-01-17 15:21:24 +0000 |
---|---|---|
committer | Lee Jones <[email protected]> | 2015-02-26 10:04:43 +0000 |
commit | f7293114b4e4dc1b219cc4fd72078d5108a6443d (patch) | |
tree | d0eb05632b3900ce0b617698b6f276848afa3ea9 | |
parent | c4ac37193eccd941ff53da561d815bdabf591d31 (diff) |
regulator: arizona-micsupp: Add support for WM8280/WM8281
Signed-off-by: Richard Fitzgerald <[email protected]>
Reviewed-by: Mark Brown <[email protected]>
Signed-off-by: Charles Keepax <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
-rw-r--r-- | drivers/regulator/arizona-micsupp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/arizona-micsupp.c b/drivers/regulator/arizona-micsupp.c index 20079006459a..bfe5dac77d69 100644 --- a/drivers/regulator/arizona-micsupp.c +++ b/drivers/regulator/arizona-micsupp.c @@ -246,6 +246,7 @@ static int arizona_micsupp_probe(struct platform_device *pdev) */ switch (arizona->type) { case WM5110: + case WM8280: desc = &arizona_micsupp_ext; micsupp->init_data = arizona_micsupp_ext_default; break; |