Message ID | 20220414085106.18621-3-marcel@ziswiler.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: imx6ull-colibri: device tree improvements | expand |
On Thu, Apr 14, 2022 at 10:50:54AM +0200, Marcel Ziswiler wrote: > From: Max Krummenacher <max.krummenacher@toradex.com> > > 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: c2e4987e ("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> Applied, thanks!
diff --git a/arch/arm/boot/dts/imx6ull-colibri.dtsi b/arch/arm/boot/dts/imx6ull-colibri.dtsi index 84bb7574d211..eb13ed60d2e4 100644 --- a/arch/arm/boot/dts/imx6ull-colibri.dtsi +++ b/arch/arm/boot/dts/imx6ull-colibri.dtsi @@ -37,7 +37,7 @@ reg_module_3v3_avdd: regulator-module-3v3-avdd { 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;