7281e05aab
Based on system design, platform needs to detect the VBUS or ID or both. Provide option to select this through platform data to disable part of cable detection through palmas-usb. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Acked-by: Graeme Gregory <gg@slimlogic.co.uk> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
16 lines
404 B
Plaintext
16 lines
404 B
Plaintext
EXTCON FOR PALMAS/TWL CHIPS
|
|
|
|
PALMAS USB COMPARATOR
|
|
Required Properties:
|
|
- compatible : Should be "ti,palmas-usb" or "ti,twl6035-usb"
|
|
|
|
Optional Properties:
|
|
- ti,wakeup : To enable the wakeup comparator in probe
|
|
- ti,enable-id-detection: Perform ID detection.
|
|
- ti,enable-vbus-detection: Perform VBUS detection.
|
|
|
|
palmas-usb {
|
|
compatible = "ti,twl6035-usb", "ti,palmas-usb";
|
|
ti,wakeup;
|
|
};
|