projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1573f6a
)
arm64: dts: imx95: add DDR Perf Monitor node
author
Xu Yang
<xu.yang_2@nxp.com>
Mon, 5 Aug 2024 20:14:15 +0000
(16:14 -0400)
committer
Shawn Guo
<shawnguo@kernel.org>
Tue, 13 Aug 2024 07:30:49 +0000
(15:30 +0800)
Add DDR Perf Monitor for i.MX95.
Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx95.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx95.dtsi
b/arch/arm64/boot/dts/freescale/imx95.dtsi
index 4e3e79da9b788002f0e75b8614411ad4e8756d2d..3f41f728fcd4418ee4e3e2fa862734ba3215fc03 100644
(file)
--- a/
arch/arm64/boot/dts/freescale/imx95.dtsi
+++ b/
arch/arm64/boot/dts/freescale/imx95.dtsi
@@
-1550,5
+1550,11
@@
dma-names = "rx", "tx";
status = "disabled";
};
+
+ ddr-pmu@4e090dc0 {
+ compatible = "fsl,imx95-ddr-pmu", "fsl,imx93-ddr-pmu";
+ reg = <0x0 0x4e090dc0 0x0 0x200>;
+ interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
+ };
};
};