ARM: dts: stm32: Fix memory size from 8MB to 16MB on stm32f469-disco board
authorBruno Herrera <bruherrera@gmail.com>
Fri, 18 Nov 2016 14:58:00 +0000 (15:58 +0100)
committerAlexandre TORGUE <alexandre.torgue@st.com>
Fri, 20 Jan 2017 13:59:25 +0000 (14:59 +0100)
This patch fix memory size to support 16MB of external SDRAM.

Signed-off-by: Bruno Herrera <bruherrera@gmail.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32f469-disco.dts

index 8877c00..5030dec 100644 (file)
@@ -58,7 +58,7 @@
        };
 
        memory {
-               reg = <0x00000000 0x800000>;
+               reg = <0x00000000 0x1000000>;
        };
 
        aliases {