* [PATCH] arm64: dts: imx: correct GPIOs for USDHC2 CD and WP signals
@ 2023-05-17 16:08 Shenwei Wang
2023-05-17 16:11 ` Fabio Estevam
0 siblings, 1 reply; 2+ messages in thread
From: Shenwei Wang @ 2023-05-17 16:08 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
Sascha Hauer
Cc: Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
devicetree, linux-arm-kernel, imx, Shenwei Wang
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(-)
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 = <®_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";
};
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm64: dts: imx: correct GPIOs for USDHC2 CD and WP signals
2023-05-17 16:08 [PATCH] arm64: dts: imx: correct GPIOs for USDHC2 CD and WP signals Shenwei Wang
@ 2023-05-17 16:11 ` Fabio Estevam
0 siblings, 0 replies; 2+ messages in thread
From: Fabio Estevam @ 2023-05-17 16:11 UTC (permalink / raw)
To: Shenwei Wang
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
Sascha Hauer, Pengutronix Kernel Team, NXP Linux Team, devicetree,
linux-arm-kernel, imx
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?
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-17 16:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-17 16:08 [PATCH] arm64: dts: imx: correct GPIOs for USDHC2 CD and WP signals Shenwei Wang
2023-05-17 16:11 ` Fabio Estevam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox