From 754ec9659fb9590c5d4642bf6b7e3ab940e8fbfd Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Mon, 29 May 2017 07:51:19 +0300 Subject: [PATCH] ARM: dts: at91: sama5d2_xplained: remove wrong memory node The size field of the memory node is wrong. Rely on the default value in sama5d2.dtsi that happens to be correct for the SAMA5D2 Xplained board. Signed-off-by: Baruch Siach Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/at91-sama5d2_ptc.dts | 4 ---- arch/arm/boot/dts/at91-sama5d2_xplained_common.dtsi | 4 ---- 2 files changed, 8 deletions(-) diff --git a/arch/arm/boot/dts/at91-sama5d2_ptc.dts b/arch/arm/boot/dts/at91-sama5d2_ptc.dts index 3144fda07e8cea..ff71c5a1c9c685 100644 --- a/arch/arm/boot/dts/at91-sama5d2_ptc.dts +++ b/arch/arm/boot/dts/at91-sama5d2_ptc.dts @@ -55,10 +55,6 @@ stdout-path = "serial0:115200n8"; }; - memory { - reg = <0x20000000 0x80000>; - }; - clocks { #address-cells = <1>; #size-cells = <1>; diff --git a/arch/arm/boot/dts/at91-sama5d2_xplained_common.dtsi b/arch/arm/boot/dts/at91-sama5d2_xplained_common.dtsi index 493ea296250cb5..24827a75e4a489 100644 --- a/arch/arm/boot/dts/at91-sama5d2_xplained_common.dtsi +++ b/arch/arm/boot/dts/at91-sama5d2_xplained_common.dtsi @@ -56,10 +56,6 @@ stdout-path = "serial0:115200n8"; }; - memory { - reg = <0x20000000 0x80000>; - }; - clocks { slow_xtal { clock-frequency = <32768>;