Path: blob/master/Documentation/devicetree/bindings/extcon/extcon-palmas.txt
26308 views
EXTCON FOR PALMAS/TWL CHIPS12PALMAS USB COMPARATOR3Required Properties:4- compatible: should contain one of:5* "ti,palmas-usb-vid".6* "ti,twl6035-usb-vid".7* "ti,palmas-usb" (DEPRECATED - use "ti,palmas-usb-vid").8* "ti,twl6035-usb" (DEPRECATED - use "ti,twl6035-usb-vid").910Optional Properties:11- ti,wakeup : To enable the wakeup comparator in probe12- ti,enable-id-detection: Perform ID detection. If id-gpio is specified13it performs id-detection using GPIO else using OTG core.14- ti,enable-vbus-detection: Perform VBUS detection.15- id-gpio: gpio for GPIO ID detection. See gpio binding.16- debounce-delay-ms: debounce delay for GPIO ID pin in milliseconds.1718palmas-usb {19compatible = "ti,twl6035-usb", "ti,palmas-usb";20ti,wakeup;21};222324