]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/extcon/extcon-palmas.txt
arm: imx6: defconfig: update tx6 defconfigs
[karo-tx-linux.git] / Documentation / devicetree / bindings / extcon / extcon-palmas.txt
1 EXTCON FOR PALMAS/TWL CHIPS
2
3 PALMAS USB COMPARATOR
4 Required Properties:
5  - compatible : Should be "ti,palmas-usb" or "ti,twl6035-usb"
6
7 Optional 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
12 palmas-usb {
13        compatible = "ti,twl6035-usb", "ti,palmas-usb";
14        ti,wakeup;
15 };