ARM: dts: armada-370-xp: Fixup l2-cache DT warning

l2-cache which is either an aurora-outer-cache or an aurora-system-cache
has a reg property so the unit name should contain an address.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
Gregory CLEMENT 2016-11-05 19:40:45 +01:00
parent 1cb92a98a1
commit 3a729d7ccf
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@
}; };
internal-regs { internal-regs {
L2: l2-cache { L2: l2-cache@8000 {
compatible = "marvell,aurora-outer-cache"; compatible = "marvell,aurora-outer-cache";
reg = <0x08000 0x1000>; reg = <0x08000 0x1000>;
cache-id-part = <0x100>; cache-id-part = <0x100>;

View File

@ -78,7 +78,7 @@
reg = <0x1400 0x500>; reg = <0x1400 0x500>;
}; };
L2: l2-cache { L2: l2-cache@8000 {
compatible = "marvell,aurora-system-cache"; compatible = "marvell,aurora-system-cache";
reg = <0x08000 0x1000>; reg = <0x08000 0x1000>;
cache-id-part = <0x100>; cache-id-part = <0x100>;