diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2022-04-14 10:50:54 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-04-24 21:08:08 +0800 |
commit | 45974e4276a8d6653394f66666fc57d8ffa6de9a (patch) | |
tree | 9f3a6722a00d27c91a412fff15ee2c3d38f66e9b /arch/arm | |
parent | 8be9cdc6911877843c4f13e44e836382818eb355 (diff) | |
download | linux-stable-45974e4276a8d6653394f66666fc57d8ffa6de9a.tar.gz linux-stable-45974e4276a8d6653394f66666fc57d8ffa6de9a.tar.bz2 linux-stable-45974e4276a8d6653394f66666fc57d8ffa6de9a.zip |
ARM: dts: imx6ull-colibri: fix vqmmc regulator
The correct spelling for the property is gpios. Otherwise, the regulator
will neither reserve nor control any GPIOs. Thus, any SD/MMC card which
can use UHS-I modes will fail.
Fixes: c2e4987e0e02 ("ARM: dts: imx6ull: add Toradex Colibri iMX6ULL support")
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Denys Drozdov <denys.drozdov@toradex.com>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx6ull-colibri.dtsi | 2 |
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 7f35a06dff95..951a2a6c5a65 100644 --- a/arch/arm/boot/dts/imx6ull-colibri.dtsi +++ b/arch/arm/boot/dts/imx6ull-colibri.dtsi @@ -37,7 +37,7 @@ reg_sd1_vmmc: regulator-sd1-vmmc { 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; |