]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - Documentation/devicetree/bindings/extcon/extcon-palmas.txt
Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[mirror_ubuntu-eoan-kernel.git] / Documentation / devicetree / bindings / extcon / extcon-palmas.txt
CommitLineData
26ece4f0 1EXTCON FOR PALMAS/TWL CHIPS
b1f254e3
GG
2
3PALMAS USB COMPARATOR
4Required Properties:
5fbc77d6
KVA
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").
b1f254e3
GG
10
11Optional Properties:
12 - ti,wakeup : To enable the wakeup comparator in probe
92b7cb5d
RQ
13 - ti,enable-id-detection: Perform ID detection. If id-gpio is specified
14 it performs id-detection using GPIO else using OTG core.
7281e05a 15 - ti,enable-vbus-detection: Perform VBUS detection.
92b7cb5d
RQ
16 - id-gpio: gpio for GPIO ID detection. See gpio binding.
17 - debounce-delay-ms: debounce delay for GPIO ID pin in milliseconds.
b1f254e3
GG
18
19palmas-usb {
20 compatible = "ti,twl6035-usb", "ti,palmas-usb";
b1f254e3
GG
21 ti,wakeup;
22};