提交 602bcdeb 编写于 作者: G Georgi Djakov 提交者: Ulf Hansson

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: NGeorgi Djakov <gdjakov@mm-sol.com>
Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
上级 f25c3372
...@@ -27,8 +27,8 @@ Example: ...@@ -27,8 +27,8 @@ Example:
bus-width = <8>; bus-width = <8>;
non-removable; non-removable;
vmmc = <&pm8941_l20>; vmmc-supply = <&pm8941_l20>;
vqmmc = <&pm8941_s3>; vqmmc-supply = <&pm8941_s3>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&sdc1_clk &sdc1_cmd &sdc1_data>; pinctrl-0 = <&sdc1_clk &sdc1_cmd &sdc1_data>;
...@@ -44,8 +44,8 @@ Example: ...@@ -44,8 +44,8 @@ Example:
bus-width = <4>; bus-width = <4>;
cd-gpios = <&msmgpio 62 0x1>; cd-gpios = <&msmgpio 62 0x1>;
vmmc = <&pm8941_l21>; vmmc-supply = <&pm8941_l21>;
vqmmc = <&pm8941_l13>; vqmmc-supply = <&pm8941_l13>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&sdc2_clk &sdc2_cmd &sdc2_data>; pinctrl-0 = <&sdc2_clk &sdc2_cmd &sdc2_data>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册