Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1525425

[RESEND PATCH] ARM: dts: stm32f469-disco: Fix memory size from 8MB to 16MB

From Bruno Meirelles Herrera <bruherrera@gmail.com>
Newsgroups linux.kernel
Subject [RESEND PATCH] ARM: dts: stm32f469-disco: Fix memory size from 8MB to 16MB
Date 2016-11-18 16:00 +0100
Message-ID <sESNX-8ud-13@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Bruno Herrera <bruherrera@gmail.com>

This patch fix memory size to support 16MB of external SDRAM.

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 75f4303..fda12a4 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.9.3 (Apple Git-75)

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[RESEND PATCH] ARM: dts: stm32f469-disco: Fix memory size from 8MB to 16MB Bruno Meirelles Herrera <bruherrera@gmail.com> - 2016-11-18 16:00 +0100

csiph-web