Skip to content

Commit dfd239a

Browse files
nxpfrankliShawn Guo
authored andcommitted
arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc
The gpio in "reg_usdhc2_vmmc" should be 7 instead of 19. Cc: [email protected] Fixes: 307fd14 ("arm64: dts: imx: add imx8qm mek support") Reviewed-by: Peng Fan <[email protected]> Signed-off-by: Frank Li <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 67cc612 commit dfd239a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx8qm-mek.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
regulator-name = "SD1_SPWR";
3737
regulator-min-microvolt = <3000000>;
3838
regulator-max-microvolt = <3000000>;
39-
gpio = <&lsio_gpio4 19 GPIO_ACTIVE_HIGH>;
39+
gpio = <&lsio_gpio4 7 GPIO_ACTIVE_HIGH>;
4040
enable-active-high;
4141
};
4242

0 commit comments

Comments
 (0)