mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-01 18:54:59 +07:00
ARM: mvebu: Conform L2CC node with ePAPR specification by adding cache-level
For L2 cache controller node, cache-level property is mandatory. Let's add it to Armada 370 and Armada XP device tree. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
b7f01842bc
commit
292a3546b9
@ -129,6 +129,7 @@ L2: l2-cache {
|
|||||||
compatible = "marvell,aurora-outer-cache";
|
compatible = "marvell,aurora-outer-cache";
|
||||||
reg = <0x08000 0x1000>;
|
reg = <0x08000 0x1000>;
|
||||||
cache-id-part = <0x100>;
|
cache-id-part = <0x100>;
|
||||||
|
cache-level = <2>;
|
||||||
cache-unified;
|
cache-unified;
|
||||||
wt-override;
|
wt-override;
|
||||||
};
|
};
|
||||||
|
@ -79,6 +79,7 @@ L2: l2-cache {
|
|||||||
compatible = "marvell,aurora-system-cache";
|
compatible = "marvell,aurora-system-cache";
|
||||||
reg = <0x08000 0x1000>;
|
reg = <0x08000 0x1000>;
|
||||||
cache-id-part = <0x100>;
|
cache-id-part = <0x100>;
|
||||||
|
cache-level = <2>;
|
||||||
cache-unified;
|
cache-unified;
|
||||||
wt-override;
|
wt-override;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user