refactor(tc): clarify msc0 DT node
This node specifies the location of the MPAM registers for the DSU.
Rename the node to clarify this.
Signed-off-by: Jackson Cooper-Driver <jackson.cooper-driver@arm.com>
Signed-off-by: Icen.Zeyada <Icen.Zeyada2@arm.com>
Change-Id: Ie870a7f31acbc44dd943e76896219b9bbdd7d5b4
diff --git a/fdts/tc-base.dtsi b/fdts/tc-base.dtsi
index 691a3b8..4623790 100644
--- a/fdts/tc-base.dtsi
+++ b/fdts/tc-base.dtsi
@@ -615,9 +615,9 @@
* L3 cache in the DSU is the Memory System Component (MSC)
* The MPAM registers are accessed through utility bus in the DSU
*/
- msc0 {
+ dsu-msc0 {
compatible = "arm,mpam-msc";
- reg = <MPAM_ADDR 0x0 0x2000>;
+ reg = <DSU_MPAM_ADDR 0x0 0x2000>;
};
ete0 {