aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorgi Djakov <gdjakov@mm-sol.com>2014-07-11 13:48:11 -0400
committerUlf Hansson <ulf.hansson@linaro.org>2014-07-26 05:08:01 -0400
commit602bcdeb9a84cbf109246a267e91a966a85360d3 (patch)
tree986050455ad6446d0fcac493378f1386239a8465
parentf25c33724d1512a72554c0ad4cb70b43ba15374e (diff)
mmc: sdhci-msm: Fix the binding example
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>
-rw-r--r--Documentation/devicetree/bindings/mmc/sdhci-msm.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
index 81b33b5b20fc..485483a63d8c 100644
--- a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
+++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
@@ -27,8 +27,8 @@ Example:
27 bus-width = <8>; 27 bus-width = <8>;
28 non-removable; 28 non-removable;
29 29
30 vmmc = <&pm8941_l20>; 30 vmmc-supply = <&pm8941_l20>;
31 vqmmc = <&pm8941_s3>; 31 vqmmc-supply = <&pm8941_s3>;
32 32
33 pinctrl-names = "default"; 33 pinctrl-names = "default";
34 pinctrl-0 = <&sdc1_clk &sdc1_cmd &sdc1_data>; 34 pinctrl-0 = <&sdc1_clk &sdc1_cmd &sdc1_data>;
@@ -44,8 +44,8 @@ Example:
44 bus-width = <4>; 44 bus-width = <4>;
45 cd-gpios = <&msmgpio 62 0x1>; 45 cd-gpios = <&msmgpio 62 0x1>;
46 46
47 vmmc = <&pm8941_l21>; 47 vmmc-supply = <&pm8941_l21>;
48 vqmmc = <&pm8941_l13>; 48 vqmmc-supply = <&pm8941_l13>;
49 49
50 pinctrl-names = "default"; 50 pinctrl-names = "default";
51 pinctrl-0 = <&sdc2_clk &sdc2_cmd &sdc2_data>; 51 pinctrl-0 = <&sdc2_clk &sdc2_cmd &sdc2_data>;