From: "Sherry Sun (OSS)" <sherry.sun@oss.nxp.com>
To: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
Frank.Li@nxp.com, s.hauer@pengutronix.de, kernel@pengutronix.de,
festevam@gmail.com, lpieralisi@kernel.org,
kwilczynski@kernel.org, mani@kernel.org, bhelgaas@google.com,
hongxing.zhu@nxp.com, l.stach@pengutronix.de
Cc: imx@lists.linux.dev, linux-pci@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, sherry.sun@nxp.com
Subject: [PATCH V5 5/7] arm64: dts: imx8mq-evk: Add power supply properties to Root Port node
Date: Wed, 1 Jul 2026 18:52:32 +0800 [thread overview]
Message-ID: <20260701105234.198987-6-sherry.sun@oss.nxp.com> (raw)
In-Reply-To: <20260701105234.198987-1-sherry.sun@oss.nxp.com>
From: Sherry Sun <sherry.sun@nxp.com>
Add the power supply properties to the Root Port child nodes to support
the new PCI pwrctrl framework.
Legacy power supply properties are retained for backward compatibility
with existing kernels. New device trees should specify power supplies at
the Root Port level to utilize the pwrctrl framework.
Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
---
arch/arm64/boot/dts/freescale/imx8mq-evk.dts | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-evk.dts b/arch/arm64/boot/dts/freescale/imx8mq-evk.dts
index b9b03416aa39..1f07f1089026 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mq-evk.dts
@@ -403,6 +403,7 @@ &pcie1 {
<&pcie0_refclk>,
<&clk IMX8MQ_CLK_PCIE2_PHY>,
<&clk IMX8MQ_CLK_PCIE2_AUX>;
+ /* This property is deprecated, use power supply from the Root Port node. */
vpcie-supply = <®_pcie1>;
vpcie3v3aux-supply = <®_pcie1>;
vph-supply = <&vgen5_reg>;
@@ -422,6 +423,8 @@ &pcie1_ep {
&pcie1_port0 {
reset-gpios = <&gpio5 12 GPIO_ACTIVE_LOW>;
+ vpcie3v3-supply = <®_pcie1>;
+ vpcie3v3aux-supply = <®_pcie1>;
};
&pgc_gpu {
--
2.50.1
next prev parent reply other threads:[~2026-07-01 10:51 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-01 10:52 [PATCH V5 0/7]PCI: imx6: Integrate pwrctrl API and update device trees Sherry Sun (OSS)
2026-07-01 10:52 ` [PATCH V5 1/7] arm: dts: imx6qdl-sabresd: Add power supply property to Root Port node Sherry Sun (OSS)
2026-07-01 11:04 ` sashiko-bot
2026-07-01 10:52 ` [PATCH V5 2/7] arm: dts: imx6sx-sdb: " Sherry Sun (OSS)
2026-07-01 11:10 ` sashiko-bot
2026-07-01 10:52 ` [PATCH V5 3/7] arm64: dts: imx8mm-evk: " Sherry Sun (OSS)
2026-07-01 10:56 ` sashiko-bot
2026-07-01 10:52 ` [PATCH V5 4/7] arm64: dts: imx8mp-evk: Add power supply properties " Sherry Sun (OSS)
2026-07-01 11:02 ` sashiko-bot
2026-07-01 10:52 ` Sherry Sun (OSS) [this message]
2026-07-01 11:01 ` [PATCH V5 5/7] arm64: dts: imx8mq-evk: " sashiko-bot
2026-07-01 10:52 ` [PATCH V5 6/7] arm64: dts: imx8dxl/qm/qxp: " Sherry Sun (OSS)
2026-07-01 10:57 ` sashiko-bot
2026-07-01 10:52 ` [PATCH V5 7/7] arm64: dts: imx95: Move " Sherry Sun (OSS)
2026-07-01 11:06 ` sashiko-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260701105234.198987-6-sherry.sun@oss.nxp.com \
--to=sherry.sun@oss.nxp.com \
--cc=Frank.Li@nxp.com \
--cc=bhelgaas@google.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=hongxing.zhu@nxp.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=kwilczynski@kernel.org \
--cc=l.stach@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=lpieralisi@kernel.org \
--cc=mani@kernel.org \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=sherry.sun@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox