diff options
| author | Sherry Sun <sherry.sun@nxp.com> | 2026-03-17 06:04:18 +0300 |
|---|---|---|
| committer | Frank Li <Frank.Li@nxp.com> | 2026-03-27 16:52:59 +0300 |
| commit | e2bb524f4bff2f9cd8bafc62daba02cb6558fe9e (patch) | |
| tree | 52426841931975ddb14bb433d01a73521129f27b | |
| parent | ae96aa9e0a2325db622dcc8f070fde286b5498da (diff) | |
| download | linux-e2bb524f4bff2f9cd8bafc62daba02cb6558fe9e.tar.xz | |
arm64: dts: imx95-15x15-evk: remove regulator-always-on for reg_m2_pwr
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>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts b/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts index d4184fb8b28c..7eb12e7d5014 100644 --- a/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts +++ b/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts @@ -116,7 +116,6 @@ 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"; |
