diff mbox series

[v2] arm64: dts: imx8qm-mek: correct GPIOs for USDHC2 CD and WP signals

Message ID 20230518135421.1905616-1-shenwei.wang@nxp.com (mailing list archive)
State New, archived
Headers show
Series [v2] arm64: dts: imx8qm-mek: correct GPIOs for USDHC2 CD and WP signals | expand

Commit Message

Shenwei Wang May 18, 2023, 1:54 p.m. UTC
The USDHC2 CD and WP sginal should be on LSIO_GPIO5.

Fixes: 307fd14d4b14 ("arm64: dts: imx: add imx8qm mek support")
Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com>
---
 v2:
  - add fix tag
  - change the subject to imx8qm-mek per Fabio's review

 arch/arm64/boot/dts/freescale/imx8qm-mek.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--
2.34.1

Comments

Fabio Estevam May 18, 2023, 2:04 p.m. UTC | #1
On Thu, May 18, 2023 at 10:54 AM Shenwei Wang <shenwei.wang@nxp.com> wrote:
>
> The USDHC2 CD and WP sginal should be on LSIO_GPIO5.
>
> Fixes: 307fd14d4b14 ("arm64: dts: imx: add imx8qm mek support")
> Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com>

Reviewed-by: Fabio Estevam <festevam@gmail.com>
Shawn Guo May 27, 2023, 11:12 a.m. UTC | #2
On Thu, May 18, 2023 at 08:54:21AM -0500, Shenwei Wang wrote:
> The USDHC2 CD and WP sginal should be on LSIO_GPIO5.
> 
> Fixes: 307fd14d4b14 ("arm64: dts: imx: add imx8qm mek support")
> Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com>

Applied, thanks!
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8qm-mek.dts b/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
index ce9d3f0b98fc..607cd6b4e972 100644
--- a/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
+++ b/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
@@ -82,8 +82,8 @@  &usdhc2 {
 	pinctrl-0 = <&pinctrl_usdhc2>;
 	bus-width = <4>;
 	vmmc-supply = <&reg_usdhc2_vmmc>;
-	cd-gpios = <&lsio_gpio4 22 GPIO_ACTIVE_LOW>;
-	wp-gpios = <&lsio_gpio4 21 GPIO_ACTIVE_HIGH>;
+	cd-gpios = <&lsio_gpio5 22 GPIO_ACTIVE_LOW>;
+	wp-gpios = <&lsio_gpio5 21 GPIO_ACTIVE_HIGH>;
 	status = "okay";
 };