[PATCH] arm64: dts: freescale: imx95-toradex-smarc: replace deprecated gpio property

Antoine Gouby posted 1 patch 1 month ago
arch/arm64/boot/dts/freescale/imx95-toradex-smarc.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: dts: freescale: imx95-toradex-smarc: replace deprecated gpio property
Posted by Antoine Gouby 1 month ago
From: Antoine Gouby <antoine.gouby@toradex.com>

Replace deprecated "gpio" property with "gpios" in
regulator-vmmc-usdhc2 fixed regulator node.

Signed-off-by: Antoine Gouby <antoine.gouby@toradex.com>
---
 arch/arm64/boot/dts/freescale/imx95-toradex-smarc.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx95-toradex-smarc.dtsi b/arch/arm64/boot/dts/freescale/imx95-toradex-smarc.dtsi
index 8eef26eb0f87..7d760470201f 100644
--- a/arch/arm64/boot/dts/freescale/imx95-toradex-smarc.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx95-toradex-smarc.dtsi
@@ -113,7 +113,7 @@ reg_usdhc2_vmmc: regulator-vmmc-usdhc2 {
 		compatible = "regulator-fixed";
 		pinctrl-names = "default";
 		pinctrl-0 = <&pinctrl_usdhc2_pwr_en>;
-		gpio = <&gpio3 7 GPIO_ACTIVE_HIGH>;
+		gpios = <&gpio3 7 GPIO_ACTIVE_HIGH>;
 		enable-active-high;
 		off-on-delay-us = <100000>;
 		regulator-max-microvolt = <3300000>;

---
base-commit: d570a0d019a3d84832bfc6867647d3581b0052f3
change-id: 20260508-replace-gpio-property-d62b300ecf30

Best regards,
-- 
Antoine Gouby <antoine.gouby@toradex.com>
Re: [PATCH] arm64: dts: freescale: imx95-toradex-smarc: replace deprecated gpio property
Posted by Frank.Li@oss.nxp.com 3 weeks, 3 days ago
From: Frank Li <Frank.Li@nxp.com>


On Fri, 08 May 2026 13:26:36 +0200, Antoine Gouby wrote:
> Replace deprecated "gpio" property with "gpios" in
> regulator-vmmc-usdhc2 fixed regulator node.

Applied, thanks!

[1/1] arm64: dts: freescale: imx95-toradex-smarc: replace deprecated gpio property
      commit: f68aa04e6eda5c1c673c6bd1cd76447bee1d03f2

Best regards,
-- 
Frank Li <Frank.Li@nxp.com>
Re: [PATCH] arm64: dts: freescale: imx95-toradex-smarc: replace deprecated gpio property
Posted by Francesco Dolcini 1 month ago
On Fri, May 08, 2026 at 01:26:36PM +0200, Antoine Gouby wrote:
> From: Antoine Gouby <antoine.gouby@toradex.com>
> 
> Replace deprecated "gpio" property with "gpios" in
> regulator-vmmc-usdhc2 fixed regulator node.
> 
> Signed-off-by: Antoine Gouby <antoine.gouby@toradex.com>

Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>