1EXTCON FOR PALMAS/TWL CHIPS
2
3PALMAS USB COMPARATOR
4Required Properties:
5 - compatible : Should be "ti,palmas-usb" or "ti,twl6035-usb"
6
7Optional Properties:
8 - ti,wakeup : To enable the wakeup comparator in probe
9 - ti,enable-id-detection: Perform ID detection.
10 - ti,enable-vbus-detection: Perform VBUS detection.
11
12palmas-usb {
13       compatible = "ti,twl6035-usb", "ti,palmas-usb";
14       ti,wakeup;
15};
16