Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1552938 > unrolled thread
| Started by | Alexandre Torgue <alexandre.torgue@st.com> |
|---|---|
| First post | 2017-01-06 17:40 +0100 |
| Last post | 2017-01-06 17:40 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [RESEND PATCH] ARM: dts: stm32f469-disco: Fix memory size from 8MB to 16MB Alexandre Torgue <alexandre.torgue@st.com> - 2017-01-06 17:40 +0100
| From | Alexandre Torgue <alexandre.torgue@st.com> |
|---|---|
| Date | 2017-01-06 17:40 +0100 |
| Subject | Re: [RESEND PATCH] ARM: dts: stm32f469-disco: Fix memory size from 8MB to 16MB |
| Message-ID | <sWFIB-4w8-9@gated-at.bofh.it> |
Hi Bruno,
On 11/18/2016 03:58 PM, Bruno Meirelles Herrera wrote:
> 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 {
>
After a little cosmetic change in commit header:
Applied on stm32-dt-for-v4.11-1
Thanks!
Alex
Back to top | Article view | linux.kernel
csiph-web