[PATCH v3 8/9] arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc

Frank Li posted 9 patches 1 year, 6 months ago
There is a newer version of this series
[PATCH v3 8/9] arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc
Posted by Frank Li 1 year, 6 months ago
The gpio in "reg_usdhc2_vmmc" should be 7 instead of 19.

Cc: stable@vger.kernel.org
Fixes: 307fd14d4b14 ("arm64: dts: imx: add imx8qm mek support")
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8qm-mek.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8qm-mek.dts b/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
index e3a653be7dacc..8ab75cc5b9aff 100644
--- a/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
+++ b/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
@@ -114,7 +114,7 @@ reg_usdhc2_vmmc: usdhc2-vmmc {
 		regulator-name = "SD1_SPWR";
 		regulator-min-microvolt = <3000000>;
 		regulator-max-microvolt = <3000000>;
-		gpio = <&lsio_gpio4 19 GPIO_ACTIVE_HIGH>;
+		gpio = <&lsio_gpio4 7 GPIO_ACTIVE_HIGH>;
 		enable-active-high;
 	};
 

-- 
2.34.1
Re: [PATCH v3 8/9] arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc
Posted by Shawn Guo 1 year, 6 months ago
On Fri, Jun 14, 2024 at 11:06:32AM -0400, Frank Li wrote:
> The gpio in "reg_usdhc2_vmmc" should be 7 instead of 19.
> 
> Cc: stable@vger.kernel.org
> Fixes: 307fd14d4b14 ("arm64: dts: imx: add imx8qm mek support")
> Reviewed-by: Peng Fan <peng.fan@nxp.com>
> Signed-off-by: Frank Li <Frank.Li@nxp.com>

Applied, thanks!