Skip to content

Commit 2b28fc6

Browse files
Shenwei WangShawn Guo
authored andcommitted
arm64: dts: imx8qm-mek: correct GPIOs for USDHC2 CD and WP signals
The USDHC2 CD and WP sginal should be on LSIO_GPIO5. Fixes: 307fd14 ("arm64: dts: imx: add imx8qm mek support") Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 0f554e3 commit 2b28fc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
pinctrl-0 = <&pinctrl_usdhc2>;
8383
bus-width = <4>;
8484
vmmc-supply = <&reg_usdhc2_vmmc>;
85-
cd-gpios = <&lsio_gpio4 22 GPIO_ACTIVE_LOW>;
86-
wp-gpios = <&lsio_gpio4 21 GPIO_ACTIVE_HIGH>;
85+
cd-gpios = <&lsio_gpio5 22 GPIO_ACTIVE_LOW>;
86+
wp-gpios = <&lsio_gpio5 21 GPIO_ACTIVE_HIGH>;
8787
status = "okay";
8888
};
8989

0 commit comments

Comments
 (0)