Skip to content

Commit 45974e4

Browse files
MaxKrummenacherShawn Guo
authored andcommitted
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: c2e4987 ("ARM: dts: imx6ull: add Toradex Colibri iMX6ULL support") Signed-off-by: Max Krummenacher <[email protected]> Signed-off-by: Denys Drozdov <[email protected]> Signed-off-by: Marcel Ziswiler <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 8be9cdc commit 45974e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/imx6ull-colibri.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
reg_sd1_vmmc: regulator-sd1-vmmc {
3939
compatible = "regulator-gpio";
40-
gpio = <&gpio5 9 GPIO_ACTIVE_HIGH>;
40+
gpios = <&gpio5 9 GPIO_ACTIVE_HIGH>;
4141
pinctrl-names = "default";
4242
pinctrl-0 = <&pinctrl_snvs_reg_sd>;
4343
regulator-always-on;

0 commit comments

Comments
 (0)