diff options
| author | Richard Zhu <hongxing.zhu@nxp.com> | 2025-10-24 15:31:51 +0800 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2025-11-12 09:57:52 +0800 |
| commit | 4737f7c7420a80b3b8c258cbb55ed666fc56d60d (patch) | |
| tree | 601bb273a105cfd39d2138bed59767a3ac61f478 | |
| parent | b64620022d96743a8f55e67a48a7ab48a6782691 (diff) | |
| download | linux-4737f7c7420a80b3b8c258cbb55ed666fc56d60d.tar.gz linux-4737f7c7420a80b3b8c258cbb55ed666fc56d60d.zip | |
arm64: dts: imx95-15x15-evk: Add vpcie3v3aux regulator for PCIe M.2 connector
Refer to PCI Express M.2 Specification r5.1 sec3.1.1 Power Sources and
Grounds.
PCI Express M.2 Socket 1 utilizes a 3.3 V power source. The voltage
source, 3.3 V, is expected to be available during the system’s
stand-by/suspend state to support wake event processing on the
communications card.
Add vpcie3v3aux regulator to let this 3.3 V power source always on for
PCIe M.2 Key E connector on i.MX95 15x15 EVK board.
Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts b/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts index 373e1f96ed9c..c1e245ecea9c 100644 --- a/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts +++ b/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts @@ -557,6 +557,7 @@ pinctrl-names = "default"; reset-gpio = <&gpio5 13 GPIO_ACTIVE_LOW>; vpcie-supply = <®_m2_pwr>; + vpcie3v3aux-supply = <®_m2_pwr>; supports-clkreq; status = "okay"; }; |
