126ece4f0SLaxman DewanganEXTCON FOR PALMAS/TWL CHIPS
280d644b2SLaxman Dewangan
380d644b2SLaxman DewanganPALMAS USB COMPARATOR
480d644b2SLaxman DewanganRequired Properties:
55fbc77d6SKishon Vijay Abraham I - compatible: should contain one of:
65fbc77d6SKishon Vijay Abraham I   * "ti,palmas-usb-vid".
75fbc77d6SKishon Vijay Abraham I   * "ti,twl6035-usb-vid".
85fbc77d6SKishon Vijay Abraham I   * "ti,palmas-usb" (DEPRECATED - use "ti,palmas-usb-vid").
95fbc77d6SKishon Vijay Abraham I   * "ti,twl6035-usb" (DEPRECATED - use "ti,twl6035-usb-vid").
1080d644b2SLaxman Dewangan
1180d644b2SLaxman DewanganOptional Properties:
1280d644b2SLaxman Dewangan - ti,wakeup : To enable the wakeup comparator in probe
1392b7cb5dSRoger Quadros - ti,enable-id-detection: Perform ID detection. If id-gpio is specified
1492b7cb5dSRoger Quadros		it performs id-detection using GPIO else using OTG core.
157281e05aSLaxman Dewangan - ti,enable-vbus-detection: Perform VBUS detection.
1692b7cb5dSRoger Quadros - id-gpio: gpio for GPIO ID detection. See gpio binding.
1792b7cb5dSRoger Quadros - debounce-delay-ms: debounce delay for GPIO ID pin in milliseconds.
1880d644b2SLaxman Dewangan
1980d644b2SLaxman Dewanganpalmas-usb {
2080d644b2SLaxman Dewangan       compatible = "ti,twl6035-usb", "ti,palmas-usb";
2180d644b2SLaxman Dewangan       ti,wakeup;
2280d644b2SLaxman Dewangan};
23