extcon-palmas.txt 404 B

123456789101112131415
  1. EXTCON FOR PALMAS/TWL CHIPS
  2. PALMAS USB COMPARATOR
  3. Required Properties:
  4. - compatible : Should be "ti,palmas-usb" or "ti,twl6035-usb"
  5. Optional Properties:
  6. - ti,wakeup : To enable the wakeup comparator in probe
  7. - ti,enable-id-detection: Perform ID detection.
  8. - ti,enable-vbus-detection: Perform VBUS detection.
  9. palmas-usb {
  10. compatible = "ti,twl6035-usb", "ti,palmas-usb";
  11. ti,wakeup;
  12. };