extcon-palmas.txt 768 B

12345678910111213141516171819202122
  1. EXTCON FOR PALMAS/TWL CHIPS
  2. PALMAS USB COMPARATOR
  3. Required 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").
  9. Optional Properties:
  10. - ti,wakeup : To enable the wakeup comparator in probe
  11. - ti,enable-id-detection: Perform ID detection. If id-gpio is specified
  12. it performs id-detection using GPIO else using OTG core.
  13. - ti,enable-vbus-detection: Perform VBUS detection.
  14. - id-gpio: gpio for GPIO ID detection. See gpio binding.
  15. - debounce-delay-ms: debounce delay for GPIO ID pin in milliseconds.
  16. palmas-usb {
  17. compatible = "ti,twl6035-usb", "ti,palmas-usb";
  18. ti,wakeup;
  19. };