From 80d644b297dc26c5126858555044edef76f4ffe8 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Fri, 5 Jul 2013 22:59:51 +0900 Subject: 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 --- .../devicetree/bindings/extcon/extcon-palmas.txt | 15 +++++++++++++++ Documentation/devicetree/bindings/extcon/extcon-twl.txt | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 Documentation/devicetree/bindings/extcon/extcon-palmas.txt delete mode 100644 Documentation/devicetree/bindings/extcon/extcon-twl.txt (limited to 'Documentation') 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; -}; -- cgit v1.2.3-59-g8ed1b