extcon: palmas: Added a new compatible type *ti,palmas-usb-vid*
The Palmas device contains only a USB VBUS-ID detector, so added a compatible type *ti,palmas-usb-vid*. Didn't remove the existing compatible types for backward compatibility. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
This commit is contained in:

committed by
Chanwoo Choi

parent
81df63a9a5
commit
5fbc77d6eb
@@ -2,7 +2,11 @@ EXTCON FOR PALMAS/TWL CHIPS
|
|||||||
|
|
||||||
PALMAS USB COMPARATOR
|
PALMAS USB COMPARATOR
|
||||||
Required Properties:
|
Required Properties:
|
||||||
- compatible : Should be "ti,palmas-usb" or "ti,twl6035-usb"
|
- compatible: should contain one of:
|
||||||
|
* "ti,palmas-usb-vid".
|
||||||
|
* "ti,twl6035-usb-vid".
|
||||||
|
* "ti,palmas-usb" (DEPRECATED - use "ti,palmas-usb-vid").
|
||||||
|
* "ti,twl6035-usb" (DEPRECATED - use "ti,twl6035-usb-vid").
|
||||||
|
|
||||||
Optional Properties:
|
Optional Properties:
|
||||||
- ti,wakeup : To enable the wakeup comparator in probe
|
- ti,wakeup : To enable the wakeup comparator in probe
|
||||||
|
@@ -269,7 +269,9 @@ static const struct dev_pm_ops palmas_pm_ops = {
|
|||||||
|
|
||||||
static struct of_device_id of_palmas_match_tbl[] = {
|
static struct of_device_id of_palmas_match_tbl[] = {
|
||||||
{ .compatible = "ti,palmas-usb", },
|
{ .compatible = "ti,palmas-usb", },
|
||||||
|
{ .compatible = "ti,palmas-usb-vid", },
|
||||||
{ .compatible = "ti,twl6035-usb", },
|
{ .compatible = "ti,twl6035-usb", },
|
||||||
|
{ .compatible = "ti,twl6035-usb-vid", },
|
||||||
{ /* end */ }
|
{ /* end */ }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user