diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-11-01 03:43:57 +0300 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2020-12-11 11:01:09 +0300 |
commit | f58f26ab22f78736a402940a7baf5599a111c72c (patch) | |
tree | 7977ad915ca5fe0cbaff93d69159780e5b9f0481 /drivers/extcon | |
parent | 0e77f8e1d0c22f768fb41f88ad14347b032c043f (diff) | |
download | linux-f58f26ab22f78736a402940a7baf5599a111c72c.tar.xz |
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.c | 1 |
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); |