Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Georgi Djakov and committed by
Ulf Hansson
602bcdeb f25c3372

+4 -4
+4 -4
Documentation/devicetree/bindings/mmc/sdhci-msm.txt
··· 27 27 bus-width = <8>; 28 28 non-removable; 29 29 30 - vmmc = <&pm8941_l20>; 31 - vqmmc = <&pm8941_s3>; 30 + vmmc-supply = <&pm8941_l20>; 31 + vqmmc-supply = <&pm8941_s3>; 32 32 33 33 pinctrl-names = "default"; 34 34 pinctrl-0 = <&sdc1_clk &sdc1_cmd &sdc1_data>; ··· 44 44 bus-width = <4>; 45 45 cd-gpios = <&msmgpio 62 0x1>; 46 46 47 - vmmc = <&pm8941_l21>; 48 - vqmmc = <&pm8941_l13>; 47 + vmmc-supply = <&pm8941_l21>; 48 + vqmmc-supply = <&pm8941_l13>; 49 49 50 50 pinctrl-names = "default"; 51 51 pinctrl-0 = <&sdc2_clk &sdc2_cmd &sdc2_data>;