]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/extcon/extcon-palmas.c
extcon: palmas: Added a new compatible type *ti,palmas-usb-vid*
[karo-tx-linux.git] / drivers / extcon / extcon-palmas.c
index 6c91976dd82371d63008474cb030aa7e4cfeb507..6e83e9a43d12ef491e0b855fa3f5c1be8c9677f6 100644 (file)
@@ -269,7 +269,9 @@ static const struct dev_pm_ops palmas_pm_ops = {
 
 static struct of_device_id of_palmas_match_tbl[] = {
        { .compatible = "ti,palmas-usb", },
+       { .compatible = "ti,palmas-usb-vid", },
        { .compatible = "ti,twl6035-usb", },
+       { .compatible = "ti,twl6035-usb-vid", },
        { /* end */ }
 };