linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: stm32f469-disco: Fix memory size from 8Mb to 16Mb
@ 2016-06-22  1:27 Bruno Herrera
  0 siblings, 0 replies; only message in thread
From: Bruno Herrera @ 2016-06-22  1:27 UTC (permalink / raw)
  To: robh+dt
  Cc: pawel.moll, mark.rutland, ijc+devicetree, galak, linux,
	mcoquelin.stm32, devicetree, linux-arm-kernel, linux-kernel

Signed-off-by: Bruno Herrera <bruherrera@gmail.com>
---
 arch/arm/boot/dts/stm32f469-disco.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/stm32f469-disco.dts b/arch/arm/boot/dts/stm32f469-disco.dts
index e911af8..83ee90d 100644
--- a/arch/arm/boot/dts/stm32f469-disco.dts
+++ b/arch/arm/boot/dts/stm32f469-disco.dts
@@ -58,7 +58,7 @@
 	};
 
 	memory {
-		reg = <0x00000000 0x800000>;
+		reg = <0x00000000 0x1000000>;
 	};
 
 	aliases {
-- 
2.7.4 (Apple Git-66)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-22  1:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-22  1:27 [PATCH] ARM: dts: stm32f469-disco: Fix memory size from 8Mb to 16Mb Bruno Herrera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).