imx.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Shenwei Wang <shenwei.wang@nxp.com>
To: Rob Herring <robh+dt@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	Denys Drozdov <denys.drozdov@toradex.com>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Shawn Guo <shawnguo@kernel.org>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	NXP Linux Team <linux-imx@nxp.com>,
	Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Alexander Stein <alexander.stein@ew.tq-group.com>,
	Marek Vasut <marex@denx.de>,
	Max Krummenacher <max.krummenacher@toradex.com>,
	Matthias Schiffer <matthias.schiffer@tq-group.com>,
	Tim Harvey <tharvey@gateworks.com>,
	Vladimir Oltean <vladimir.oltean@nxp.com>,
	Peng Fan <peng.fan@nxp.com>,
	Alex Marginean <alexandru.marginean@nxp.com>,
	Reinhold Mueller <reinhold.mueller@emtrion.com>,
	Shenwei Wang <shenwei.wang@nxp.com>,
	Viorel Suman <viorel.suman@nxp.com>,
	Abel Vesa <abelvesa@kernel.org>, Ming Qian <ming.qian@nxp.com>,
	Li Yang <leoyang.li@nxp.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, imx@lists.linux.dev
Subject: [PATCH v7 1/3] arm64: dts: imx8: add a node label to ddr-pmu
Date: Tue,  6 Sep 2022 08:53:38 -0500	[thread overview]
Message-ID: <20220906135345.38345-2-shenwei.wang@nxp.com> (raw)
In-Reply-To: <20220906135345.38345-1-shenwei.wang@nxp.com>

The ddr-pmu on i.mx8dxl has a different interrupt number.
Add a node label to ddr-pmu so that it could be referred
and changed in i.mx8dxl dts.

Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8-ss-ddr.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8-ss-ddr.dtsi b/arch/arm64/boot/dts/freescale/imx8-ss-ddr.dtsi
index 8b5cad4e2700..7d5183c6c5be 100644
--- a/arch/arm64/boot/dts/freescale/imx8-ss-ddr.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8-ss-ddr.dtsi
@@ -10,7 +10,7 @@ ddr_subsys: bus@5c000000 {
 	#size-cells = <1>;
 	ranges = <0x5c000000 0x0 0x5c000000 0x1000000>;
 
-	ddr-pmu@5c020000 {
+	ddr_pmu0: ddr-pmu@5c020000 {
 		compatible = "fsl,imx8-ddr-pmu";
 		reg = <0x5c020000 0x10000>;
 		interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.25.1


  reply	other threads:[~2022-09-06 13:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-06 13:53 [PATCH v7 0/5] add imx8dxl evk support Shenwei Wang
2022-09-06 13:53 ` Shenwei Wang [this message]
2022-09-06 13:53 ` [PATCH v7 1/5] dt-bindings: firmware: add missing resource IDs for imx8dxl Shenwei Wang
2022-09-06 13:53 ` [PATCH v7 2/3] arm64: dts: freescale: add i.MX8DXL SoC support Shenwei Wang
2022-09-06 13:53 ` [PATCH v7 2/5] dt-bindings: arm: imx: update fsl.yaml for imx8dxl Shenwei Wang
2022-09-06 13:53 ` [PATCH v7 3/3] arm64: dts: freescale: add support for i.MX8DXL EVK board Shenwei Wang
2022-09-06 13:53 ` [PATCH v7 3/5] arm64: dts: imx8: add a node label to ddr-pmu Shenwei Wang
2022-09-06 13:53 ` [PATCH v7 4/5] arm64: dts: freescale: add i.MX8DXL SoC support Shenwei Wang
2022-09-06 13:53 ` [PATCH v7 5/5] arm64: dts: freescale: add support for i.MX8DXL EVK board Shenwei Wang

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=20220906135345.38345-2-shenwei.wang@nxp.com \
    --to=shenwei.wang@nxp.com \
    --cc=abelvesa@kernel.org \
    --cc=alexander.stein@ew.tq-group.com \
    --cc=alexandru.marginean@nxp.com \
    --cc=denys.drozdov@toradex.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcel.ziswiler@toradex.com \
    --cc=marex@denx.de \
    --cc=matthias.schiffer@tq-group.com \
    --cc=max.krummenacher@toradex.com \
    --cc=ming.qian@nxp.com \
    --cc=peng.fan@nxp.com \
    --cc=reinhold.mueller@emtrion.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=tharvey@gateworks.com \
    --cc=viorel.suman@nxp.com \
    --cc=vladimir.oltean@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;
as well as URLs for NNTP newsgroup(s).