Skip to content

Commit 299c0cb

Browse files
nxpfrankligregkh
authored andcommitted
arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc
commit dfd239a upstream. The gpio in "reg_usdhc2_vmmc" should be 7 instead of 19. Cc: stable@vger.kernel.org Fixes: 307fd14 ("arm64: dts: imx: add imx8qm mek support") Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 6e77a7c commit 299c0cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)