]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: freescale: imx95-toradex-smarc: replace deprecated gpio property
authorAntoine Gouby <antoine.gouby@toradex.com>
Fri, 8 May 2026 11:26:36 +0000 (13:26 +0200)
committerFrank Li <Frank.Li@nxp.com>
Tue, 19 May 2026 21:17:13 +0000 (17:17 -0400)
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>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm64/boot/dts/freescale/imx95-toradex-smarc.dtsi

index 8eef26eb0f8764916565fed9ce68d5e30e97d348..7d760470201fa2746ba4ed048280a861486f7935 100644 (file)
                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>;