]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: imx95-15x15-evk: remove regulator-always-on for reg_m2_pwr
authorSherry Sun <sherry.sun@nxp.com>
Tue, 17 Mar 2026 03:04:18 +0000 (11:04 +0800)
committerFrank Li <Frank.Li@nxp.com>
Fri, 27 Mar 2026 13:52:59 +0000 (09:52 -0400)
Now we use vpcie3v3aux-supply to keep 3.3Vaux supply enabled for the
entire PCIe controller lifecycle, no need regulator-always-on property.

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts

index d4184fb8b28cd8bf1996f777bd8c08f5dccb742c..7eb12e7d50143cacfa03cd4b0703c4caeb7d04d5 100644 (file)
 
        reg_m2_pwr: regulator-m2-pwr {
                compatible = "regulator-fixed";
-               regulator-always-on;
                regulator-max-microvolt = <3300000>;
                regulator-min-microvolt = <3300000>;
                regulator-name = "M.2-power";