blob: f61d5af44a27f20d21479c9920081906440674a3 [file] [log] [blame]
Laxman Dewangan26ece4f2013-07-05 22:59:52 +09001EXTCON FOR PALMAS/TWL CHIPS
Graeme Gregoryb1f254e2013-05-28 10:50:11 +09002
3PALMAS USB COMPARATOR
4Required Properties:
Kishon Vijay Abraham I5fbc77d2013-10-10 18:07:27 +05305 - 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").
Graeme Gregoryb1f254e2013-05-28 10:50:11 +090010
11Optional Properties:
12 - ti,wakeup : To enable the wakeup comparator in probe
Roger Quadros92b7cb52015-08-03 17:40:51 +030013 - ti,enable-id-detection: Perform ID detection. If id-gpio is specified
14 it performs id-detection using GPIO else using OTG core.
Laxman Dewangan7281e052013-07-10 14:59:06 +053015 - ti,enable-vbus-detection: Perform VBUS detection.
Roger Quadros92b7cb52015-08-03 17:40:51 +030016 - id-gpio: gpio for GPIO ID detection. See gpio binding.
17 - debounce-delay-ms: debounce delay for GPIO ID pin in milliseconds.
Graeme Gregoryb1f254e2013-05-28 10:50:11 +090018
19palmas-usb {
20 compatible = "ti,twl6035-usb", "ti,palmas-usb";
Graeme Gregoryb1f254e2013-05-28 10:50:11 +090021 ti,wakeup;
22};