aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2020-11-01 01:43:57 +0100
committerChanwoo Choi <cw00.choi@samsung.com>2020-12-11 17:01:09 +0900
commitf58f26ab22f78736a402940a7baf5599a111c72c (patch)
tree7977ad915ca5fe0cbaff93d69159780e5b9f0481 /drivers/extcon
parentextcon: fsa9480: Rewrite bindings in YAML and extend (diff)
downloadlinux-dev-f58f26ab22f78736a402940a7baf5599a111c72c.tar.xz
linux-dev-f58f26ab22f78736a402940a7baf5599a111c72c.zip
extcon: fsa9480: Support TI TSU6111 variant
The Texas Instruments TSU6111 is compatible to the FSA880/FSA9480. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon')
-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 8405512f5199..08bdedbcdb0d 100644
--- a/drivers/extcon/extcon-fsa9480.c
+++ b/drivers/extcon/extcon-fsa9480.c
@@ -364,6 +364,7 @@ MODULE_DEVICE_TABLE(i2c, fsa9480_id);
static const struct of_device_id fsa9480_of_match[] = {
{ .compatible = "fcs,fsa9480", },
{ .compatible = "fcs,fsa880", },
+ { .compatible = "ti,tsu6111", },
{ },
};
MODULE_DEVICE_TABLE(of, fsa9480_of_match);