From: Antoine Gouby Date: Fri, 8 May 2026 11:26:36 +0000 (+0200) Subject: arm64: dts: freescale: imx95-toradex-smarc: replace deprecated gpio property X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f68aa04e6eda5c1c673c6bd1cd76447bee1d03f2;p=thirdparty%2Flinux.git arm64: dts: freescale: imx95-toradex-smarc: replace deprecated gpio property Replace deprecated "gpio" property with "gpios" in regulator-vmmc-usdhc2 fixed regulator node. Signed-off-by: Antoine Gouby Reviewed-by: Francesco Dolcini Signed-off-by: Frank Li --- 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 @@ 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>;