Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[firefly-linux-kernel-4.4.55.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 };