summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-10-07 21:29:48 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-10-08 09:34:53 +0200
commitdef4502031f6127d41ef4a6fd80bf437623bec80 (patch)
treebd836b638e1cb0f4b01f60139fffbda0c79ba4f8
parent848652a67b9a125d52298ba90dbeab7ce7882ff1 (diff)
ARM: dts: imx6ull-colibri: fix vqmmc regulatortoradex_4.9-1.0.x-imx-nexttoradex_4.9-1.0.x-imx
The correct spelling for the property is gpios, otherwise the regulator will neither reserve nor control any gpio(s). Thus any SD/MMC card which can use UHS 1 modes will fail. Related-to: #46566 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--arch/arm/boot/dts/imx6ull-colibri.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ull-colibri.dtsi b/arch/arm/boot/dts/imx6ull-colibri.dtsi
index b78eca1d9993..6b0a91a9fb50 100644
--- a/arch/arm/boot/dts/imx6ull-colibri.dtsi
+++ b/arch/arm/boot/dts/imx6ull-colibri.dtsi
@@ -71,7 +71,7 @@
reg_sd1_vmmc: regulator@1 {
compatible = "regulator-gpio";
- gpio = <&gpio5 9 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio5 9 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_snvs_reg_sd>;
regulator-always-on;