diff mbox series

arm64: dts: imx: correct GPIOs for USDHC2 CD and WP signals

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

Commit Message

Shenwei Wang May 17, 2023, 4:08 p.m. UTC
The USDHC2 CD and WP sginal should be on LSIO_GPIO5.

Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8qm-mek.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Fabio Estevam May 17, 2023, 4:11 p.m. UTC | #1
Hi Shenwei,

On Wed, May 17, 2023 at 1:08 PM Shenwei Wang <shenwei.wang@nxp.com> wrote:
>
> The USDHC2 CD and WP sginal should be on LSIO_GPIO5.
>
> Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com>

In the Subject line, please put "imx8qm-mek" instead of "imx".

What about adding a Fixes tag so that this can be backported to stable kernels?
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";
 };