aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-fsa9480.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2019-07-23 19:43:01 +0200
committerChanwoo Choi <cw00.choi@samsung.com>2019-07-24 19:10:19 +0900
commit6527c6856faca69b3abcc2dbed0a00ea40ca8e16 (patch)
treef369e31e21671539b41078b2aa0f2690d337a760 /drivers/extcon/extcon-fsa9480.c
parentextcon: extcon-max77843: convert to i2c_new_dummy_device (diff)
downloadlinux-dev-6527c6856faca69b3abcc2dbed0a00ea40ca8e16.tar.xz
linux-dev-6527c6856faca69b3abcc2dbed0a00ea40ca8e16.zip
extcon: fsa9480: Support the FSA880 variant
The older compatible variant of this chip is called FSA880 and works the same way, if we need some quirks in the future, it is good to let it have its own compatible string. Cc: devicetree@vger.kernel.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon/extcon-fsa9480.c')
-rw-r--r--drivers/extcon/extcon-fsa9480.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/extcon/extcon-fsa9480.c b/drivers/extcon/extcon-fsa9480.c
index 350fb34abfa0..8405512f5199 100644
--- a/drivers/extcon/extcon-fsa9480.c
+++ b/drivers/extcon/extcon-fsa9480.c
@@ -363,6 +363,7 @@ MODULE_DEVICE_TABLE(i2c, fsa9480_id);
static const struct of_device_id fsa9480_of_match[] = {
{ .compatible = "fcs,fsa9480", },
+ { .compatible = "fcs,fsa880", },
{ },
};
MODULE_DEVICE_TABLE(of, fsa9480_of_match);