mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
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>
This commit is contained in:
committed by
Chanwoo Choi
parent
0e77f8e1d0
commit
f58f26ab22
@@ -364,6 +364,7 @@ MODULE_DEVICE_TABLE(i2c, fsa9480_id);
|
|||||||
static const struct of_device_id fsa9480_of_match[] = {
|
static const struct of_device_id fsa9480_of_match[] = {
|
||||||
{ .compatible = "fcs,fsa9480", },
|
{ .compatible = "fcs,fsa9480", },
|
||||||
{ .compatible = "fcs,fsa880", },
|
{ .compatible = "fcs,fsa880", },
|
||||||
|
{ .compatible = "ti,tsu6111", },
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(of, fsa9480_of_match);
|
MODULE_DEVICE_TABLE(of, fsa9480_of_match);
|
||||||
|
Reference in New Issue
Block a user