]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
extcon: fsa9480: Support TI TSU6111 variant
authorLinus Walleij <linus.walleij@linaro.org>
Sun, 1 Nov 2020 00:43:57 +0000 (01:43 +0100)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 11 Dec 2020 08:01:09 +0000 (17:01 +0900)
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>
drivers/extcon/extcon-fsa9480.c

index 8405512f5199d4ba337146e5d721c7d871a4a5a2..08bdedbcdb0db06cf8f0c8b4ad3ecdf541e12715 100644 (file)
@@ -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);