]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blob - Documentation/devicetree/bindings/extcon/extcon-palmas.txt
Merge tag 'tegra-for-4.3-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-eoan-kernel.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 contain one of:
6 * "ti,palmas-usb-vid".
7 * "ti,twl6035-usb-vid".
8 * "ti,palmas-usb" (DEPRECATED - use "ti,palmas-usb-vid").
9 * "ti,twl6035-usb" (DEPRECATED - use "ti,twl6035-usb-vid").
10
11 Optional Properties:
12 - ti,wakeup : To enable the wakeup comparator in probe
13 - ti,enable-id-detection: Perform ID detection.
14 - ti,enable-vbus-detection: Perform VBUS detection.
15
16 palmas-usb {
17 compatible = "ti,twl6035-usb", "ti,palmas-usb";
18 ti,wakeup;
19 };