extcon: palmas: devicetree: remove non-require property details
Extcon for palma driver does not need vbus supply and hence removing this from devicetree document/bindings. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
This commit is contained in:
parent
80d644b297
commit
26ece4f0b7
@ -1,15 +1,13 @@
|
|||||||
EXTCON FOR TWL CHIPS
|
EXTCON FOR PALMAS/TWL CHIPS
|
||||||
|
|
||||||
PALMAS USB COMPARATOR
|
PALMAS USB COMPARATOR
|
||||||
Required Properties:
|
Required Properties:
|
||||||
- compatible : Should be "ti,palmas-usb" or "ti,twl6035-usb"
|
- compatible : Should be "ti,palmas-usb" or "ti,twl6035-usb"
|
||||||
- vbus-supply : phandle to the regulator device tree node.
|
|
||||||
|
|
||||||
Optional Properties:
|
Optional Properties:
|
||||||
- ti,wakeup : To enable the wakeup comparator in probe
|
- ti,wakeup : To enable the wakeup comparator in probe
|
||||||
|
|
||||||
palmas-usb {
|
palmas-usb {
|
||||||
compatible = "ti,twl6035-usb", "ti,palmas-usb";
|
compatible = "ti,twl6035-usb", "ti,palmas-usb";
|
||||||
vbus-supply = <&smps10_reg>;
|
|
||||||
ti,wakeup;
|
ti,wakeup;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user