]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: imx8mp-hummingboard-pulse/cubox-m: fix vmmc gpio polarity
authorJosua Mayer <josua@solid-run.com>
Thu, 26 Feb 2026 16:36:31 +0000 (18:36 +0200)
committerFrank Li <Frank.Li@nxp.com>
Fri, 13 Mar 2026 18:18:43 +0000 (14:18 -0400)
Fix the polarity in vmmc regulator node for the gpio from active-high to
active-low. This is a cosmetic change as regulator default to active-low
unless property enable-active-high was also specified - ignoring the
flag on gpio handle.

Fixes: a009c0c66ecb ("arm64: dts: add description for solidrun imx8mp som and cubox-m")
Fixes: 2a222aa2bee9 ("arm64: dts: add description for solidrun imx8mp hummingboard variants")
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Josua Mayer <josua@solid-run.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm64/boot/dts/freescale/imx8mp-cubox-m.dts
arch/arm64/boot/dts/freescale/imx8mp-hummingboard-pulse-common.dtsi

index 8290f187b79fd2b58fd7743c43cb7bb59426b083..7bc213499f094a751010e3d68de9e36a6a223fb0 100644 (file)
@@ -68,7 +68,7 @@
                regulator-name = "vmmc";
                regulator-min-microvolt = <3300000>;
                regulator-max-microvolt = <3300000>;
-               gpio = <&gpio2 19 GPIO_ACTIVE_HIGH>;
+               gpio = <&gpio2 19 GPIO_ACTIVE_LOW>;
                startup-delay-us = <250>;
        };
 };
index fa7cb9759d01c7c6e7cadb2ec54755fb49af4989..0b4e5f300eb1656a83238401016ea90d44dc2efe 100644 (file)
@@ -73,7 +73,7 @@
                regulator-name = "vmmc";
                regulator-min-microvolt = <3300000>;
                regulator-max-microvolt = <3300000>;
-               gpio = <&gpio2 19 GPIO_ACTIVE_HIGH>;
+               gpio = <&gpio2 19 GPIO_ACTIVE_LOW>;
                startup-delay-us = <250>;
        };