]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: armada-370-xp: Fixup l2-cache DT warning
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Sat, 5 Nov 2016 18:40:45 +0000 (19:40 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Sat, 19 Nov 2016 08:16:41 +0000 (09:16 +0100)
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>
arch/arm/boot/dts/armada-370.dtsi
arch/arm/boot/dts/armada-xp.dtsi

index a65bc4d3b810589e979137159f1a6de850e99fcf..b704bcc597f71c16a37a0ad8c2ec32cb5af376cb 100644 (file)
@@ -127,7 +127,7 @@ pcie2: pcie@2,0 {
                };
 
                internal-regs {
-                       L2: l2-cache {
+                       L2: l2-cache@8000 {
                                compatible = "marvell,aurora-outer-cache";
                                reg = <0x08000 0x1000>;
                                cache-id-part = <0x100>;
index 097ea70736e262992a84bfd0c161810919e9f21d..5274e4ff5d621ad8e226126071a7f4f453042ff2 100644 (file)
@@ -78,7 +78,7 @@ sdramc@1400 {
                                reg = <0x1400 0x500>;
                        };
 
-                       L2: l2-cache {
+                       L2: l2-cache@8000 {
                                compatible = "marvell,aurora-system-cache";
                                reg = <0x08000 0x1000>;
                                cache-id-part = <0x100>;