All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: sama5d2_xplained: remove wrong memory node
@ 2017-05-29  4:51 Baruch Siach
  2017-06-08 21:55 ` Alexandre Belloni
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2017-05-29  4:51 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 arch/arm/boot/dts/at91-sama5d2_xplained.dts | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm/boot/dts/at91-sama5d2_xplained.dts b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
index 0bef9e0b89c6..14437d7697e6 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>;
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: dts: sama5d2_xplained: remove wrong memory node
  2017-05-29  4:51 [PATCH] ARM: dts: sama5d2_xplained: remove wrong memory node Baruch Siach
@ 2017-06-08 21:55 ` Alexandre Belloni
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Belloni @ 2017-06-08 21:55 UTC (permalink / raw)
  To: linux-arm-kernel

On 29/05/2017 at 07:51:19 +0300, Baruch Siach wrote:
> 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>
> ---
>  arch/arm/boot/dts/at91-sama5d2_xplained.dts | 4 ----
>  1 file changed, 4 deletions(-)
> 
Applied, thanks.

-- 
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-08 21:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-29  4:51 [PATCH] ARM: dts: sama5d2_xplained: remove wrong memory node Baruch Siach
2017-06-08 21:55 ` Alexandre Belloni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.