From: Gregory CLEMENT Date: Mon, 7 Nov 2016 14:03:51 +0000 (+0100) Subject: ARM64: dts: marvell: Fixup memory DT warning for Armada 37xx X-Git-Tag: v4.10-rc1~81^2~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3684534548d4cbba7d3724b3d79152eff38dc82f;p=thirdparty%2Fkernel%2Flinux.git ARM64: dts: marvell: Fixup memory DT warning for Armada 37xx memory has a reg property so the unit name should contain an address. Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm64/boot/dts/marvell/armada-3720-db.dts b/arch/arm64/boot/dts/marvell/armada-3720-db.dts index 1372e9a6aaa45..a260ae25b6585 100644 --- a/arch/arm64/boot/dts/marvell/armada-3720-db.dts +++ b/arch/arm64/boot/dts/marvell/armada-3720-db.dts @@ -56,7 +56,7 @@ stdout-path = "serial0:115200n8"; }; - memory { + memory@0 { device_type = "memory"; reg = <0x00000000 0x00000000 0x00000000 0x20000000>; }; diff --git a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts index eadd5993c7bda..83178d909fc24 100644 --- a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts +++ b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts @@ -55,7 +55,7 @@ stdout-path = "serial0:115200n8"; }; - memory { + memory@0 { device_type = "memory"; reg = <0x00000000 0x00000000 0x00000000 0x20000000>; };