]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
extcon: palmas: devicetree: remove non-require property details
authorLaxman Dewangan <ldewangan@nvidia.com>
Fri, 5 Jul 2013 13:59:52 +0000 (22:59 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Sun, 4 Aug 2013 23:53:33 +0000 (08:53 +0900)
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>
Documentation/devicetree/bindings/extcon/extcon-palmas.txt

index 58f531ab4df3709aa11d73f57e45be7e0d0c86bb..f110e75fd0a1f3531b5fc8b5aaee21c5608dc28e 100644 (file)
@@ -1,15 +1,13 @@
-EXTCON FOR TWL CHIPS
+EXTCON FOR PALMAS/TWL CHIPS
 
 PALMAS USB COMPARATOR
 Required Properties:
  - compatible : Should be "ti,palmas-usb" or "ti,twl6035-usb"
- - vbus-supply : phandle to the regulator device tree node.
 
 Optional Properties:
  - ti,wakeup : To enable the wakeup comparator in probe
 
 palmas-usb {
        compatible = "ti,twl6035-usb", "ti,palmas-usb";
-       vbus-supply = <&smps10_reg>;
        ti,wakeup;
 };