* [PATCH] arm64: dts: imx8mp: add ddr pmu device node
@ 2020-06-29 8:42 Joakim Zhang
2020-07-13 2:19 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Joakim Zhang @ 2020-06-29 8:42 UTC (permalink / raw)
To: robh+dt, shawnguo, festevam
Cc: linux-imx, devicetree, linux-kernel, Joakim Zhang
Add ddr pmu device node for i.MX8MP.
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
---
arch/arm64/boot/dts/freescale/imx8mp.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
index 90bdef8447fa..9de2aa1c573c 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
@@ -744,5 +744,11 @@
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
interrupt-parent = <&gic>;
};
+
+ ddr-pmu@3d800000 {
+ compatible = "fsl,imx8mp-ddr-pmu", "fsl,imx8m-ddr-pmu";
+ reg = <0x3d800000 0x400000>;
+ interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
+ };
};
};
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm64: dts: imx8mp: add ddr pmu device node
2020-06-29 8:42 [PATCH] arm64: dts: imx8mp: add ddr pmu device node Joakim Zhang
@ 2020-07-13 2:19 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2020-07-13 2:19 UTC (permalink / raw)
To: Joakim Zhang; +Cc: robh+dt, festevam, linux-imx, devicetree, linux-kernel
On Mon, Jun 29, 2020 at 04:42:30PM +0800, Joakim Zhang wrote:
> Add ddr pmu device node for i.MX8MP.
>
> Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-13 2:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-29 8:42 [PATCH] arm64: dts: imx8mp: add ddr pmu device node Joakim Zhang
2020-07-13 2:19 ` Shawn Guo
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).