diff options
author | Baruch Siach <baruch@tkos.co.il> | 2017-05-29 07:51:19 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-06-08 23:49:17 +0200 |
commit | bc03ce08396786c92d6591a81682c7da7accbfc8 (patch) | |
tree | 01c11f9e651f2a329d891ec834f9cd24d3477b5a /arch/arm/boot | |
parent | eb0b59d49bf46670414acd7b9b32c0db7c856f3e (diff) | |
download | linux-bc03ce08396786c92d6591a81682c7da7accbfc8.tar.bz2 |
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 <baruch@tkos.co.il>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d2_xplained.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d2_xplained.dts b/arch/arm/boot/dts/at91-sama5d2_xplained.dts index dbce6f7a73dd..2e2c3d1a1fa2 100644 --- a/arch/arm/boot/dts/at91-sama5d2_xplained.dts +++ b/arch/arm/boot/dts/at91-sama5d2_xplained.dts @@ -56,10 +56,6 @@ stdout-path = "serial0:115200n8"; }; - memory { - reg = <0x20000000 0x80000>; - }; - clocks { slow_xtal { clock-frequency = <32768>; |