extcon-twl.txt 391 B

123456789101112131415
  1. EXTCON FOR TWL CHIPS
  2. PALMAS USB COMPARATOR
  3. Required Properties:
  4. - compatible : Should be "ti,palmas-usb" or "ti,twl6035-usb"
  5. - vbus-supply : phandle to the regulator device tree node.
  6. Optional Properties:
  7. - ti,wakeup : To enable the wakeup comparator in probe
  8. palmas-usb {
  9. compatible = "ti,twl6035-usb", "ti,palmas-usb";
  10. vbus-supply = <&smps10_reg>;
  11. ti,wakeup;
  12. };