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
10palmas-usb {
11       compatible = "ti,twl6035-usb", "ti,palmas-usb";
12       ti,wakeup;
13};
14