libata: bugfix: Remove __le32 in ata_tf_to_fis()
[sfrench/cifs-2.6.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 };