diff options
author | Bruno Herrera <bruherrera@gmail.com> | 2016-11-18 17:58:00 +0300 |
---|---|---|
committer | Alexandre TORGUE <alexandre.torgue@st.com> | 2017-01-20 16:59:25 +0300 |
commit | 38b3200f866646afde0cab2fed309ecdae73e836 (patch) | |
tree | b2a218c9704bcc5dc9e001bb6799cf5d177b3931 /arch/arm/boot/dts/stm32f469-disco.dts | |
parent | 232aa35e1b68265aecfd79dc1228eabb4cfe29cc (diff) | |
download | linux-38b3200f866646afde0cab2fed309ecdae73e836.tar.xz |
ARM: dts: stm32: Fix memory size from 8MB to 16MB on stm32f469-disco board
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>
Diffstat (limited to 'arch/arm/boot/dts/stm32f469-disco.dts')
-rw-r--r-- | arch/arm/boot/dts/stm32f469-disco.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32f469-disco.dts b/arch/arm/boot/dts/stm32f469-disco.dts index 8877c00ce8e8..5030decd5dac 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 { |