]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mmc: sdhci-msm: Fix the binding example
authorGeorgi Djakov <gdjakov@mm-sol.com>
Fri, 11 Jul 2014 17:48:11 +0000 (20:48 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Sat, 26 Jul 2014 09:08:01 +0000 (11:08 +0200)
The DT binding example in the documentation is missing the -supply
suffix for the vmmc and vqmmc regulators. Fix it.

Signed-off-by: Georgi Djakov <gdjakov@mm-sol.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Documentation/devicetree/bindings/mmc/sdhci-msm.txt

index 81b33b5b20fc07fa1ffeaf3e61e48dfb8263f555..485483a63d8ce3f44a82d30d56c283c8f1034dff 100644 (file)
@@ -27,8 +27,8 @@ Example:
                bus-width = <8>;
                non-removable;
 
-               vmmc = <&pm8941_l20>;
-               vqmmc = <&pm8941_s3>;
+               vmmc-supply = <&pm8941_l20>;
+               vqmmc-supply = <&pm8941_s3>;
 
                pinctrl-names = "default";
                pinctrl-0 = <&sdc1_clk &sdc1_cmd &sdc1_data>;
@@ -44,8 +44,8 @@ Example:
                bus-width = <4>;
                cd-gpios = <&msmgpio 62 0x1>;
 
-               vmmc = <&pm8941_l21>;
-               vqmmc = <&pm8941_l13>;
+               vmmc-supply = <&pm8941_l21>;
+               vqmmc-supply = <&pm8941_l13>;
 
                pinctrl-names = "default";
                pinctrl-0 = <&sdc2_clk &sdc2_cmd &sdc2_data>;