]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM64: dts: marvell: Fixup memory DT warning for Armada 37xx
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 7 Nov 2016 14:03:51 +0000 (15:03 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Sat, 19 Nov 2016 08:39:07 +0000 (09:39 +0100)
memory has a reg property so the unit name should contain an address.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm64/boot/dts/marvell/armada-3720-db.dts
arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts

index 1372e9a6aaa457d4c687fcfbd9e05c17adcc9c1f..a260ae25b6585a31d340b5df647cf017f6338428 100644 (file)
@@ -56,7 +56,7 @@
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x00000000 0x00000000 0x00000000 0x20000000>;
        };
index eadd5993c7bda1ad21c9d38552302873873e3991..83178d909fc24e522ac6b1d60482b4d9b26f0bdc 100644 (file)
@@ -55,7 +55,7 @@
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x00000000 0x00000000 0x00000000 0x20000000>;
        };