From: Laxman Dewangan Date: Fri, 5 Jul 2013 13:59:51 +0000 (+0900) Subject: extcon: palmas: rename device tree binding matching with file name X-Git-Tag: firefly_0821_release~176^2~5473^2~29^2~8 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=80d644b297dc26c5126858555044edef76f4ffe8;p=firefly-linux-kernel-4.4.55.git extcon: palmas: rename device tree binding matching with file name The driver name is extcon/extcon-palmas.c and hence renaming the device tree binding document to extcon-palmas.txt. Signed-off-by: Laxman Dewangan Signed-off-by: Chanwoo Choi Signed-off-by: Myungjoo Ham --- diff --git a/Documentation/devicetree/bindings/extcon/extcon-palmas.txt b/Documentation/devicetree/bindings/extcon/extcon-palmas.txt new file mode 100644 index 000000000000..58f531ab4df3 --- /dev/null +++ b/Documentation/devicetree/bindings/extcon/extcon-palmas.txt @@ -0,0 +1,15 @@ +EXTCON FOR 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; +}; diff --git a/Documentation/devicetree/bindings/extcon/extcon-twl.txt b/Documentation/devicetree/bindings/extcon/extcon-twl.txt deleted file mode 100644 index 58f531ab4df3..000000000000 --- a/Documentation/devicetree/bindings/extcon/extcon-twl.txt +++ /dev/null @@ -1,15 +0,0 @@ -EXTCON FOR 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; -};