58f531ab4df3709aa11d73f57e45be7e0d0c86bb
[firefly-linux-kernel-4.4.55.git] / Documentation / devicetree / bindings / extcon / extcon-twl.txt
1 EXTCON FOR TWL CHIPS
2
3 PALMAS USB COMPARATOR
4 Required Properties:
5  - compatible : Should be "ti,palmas-usb" or "ti,twl6035-usb"
6  - vbus-supply : phandle to the regulator device tree node.
7
8 Optional Properties:
9  - ti,wakeup : To enable the wakeup comparator in probe
10
11 palmas-usb {
12        compatible = "ti,twl6035-usb", "ti,palmas-usb";
13        vbus-supply = <&smps10_reg>;
14        ti,wakeup;
15 };