* [RESEND PATCH] ARM: dts: stm32f469-disco: Fix memory size from 8MB to 16MB
@ 2016-11-18 14:58 Bruno Meirelles Herrera
[not found] ` <20161118145845.30455-1-bmh-Mok47lTHhVP0xEqrn79Vhg@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Bruno Meirelles Herrera @ 2016-11-18 14:58 UTC (permalink / raw)
To: robh+dt, mark.rutland, linux, mcoquelin.stm32, alexandre.torgue
Cc: devicetree, linux-kernel, linux-arm-kernel, Bruno Herrera
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)
^ permalink raw reply related [flat|nested] 2+ messages in thread[parent not found: <20161118145845.30455-1-bmh-Mok47lTHhVP0xEqrn79Vhg@public.gmane.org>]
* Re: [RESEND PATCH] ARM: dts: stm32f469-disco: Fix memory size from 8MB to 16MB [not found] ` <20161118145845.30455-1-bmh-Mok47lTHhVP0xEqrn79Vhg@public.gmane.org> @ 2017-01-06 16:33 ` Alexandre Torgue 0 siblings, 0 replies; 2+ messages in thread From: Alexandre Torgue @ 2017-01-06 16:33 UTC (permalink / raw) To: Bruno Meirelles Herrera, robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8, linux-I+IVW8TIWO2tmTQ+vhA3Yw, mcoquelin.stm32-Re5JQEeQqe8AvxtiuMwx3w Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Hi Bruno, On 11/18/2016 03:58 PM, Bruno Meirelles Herrera wrote: > From: Bruno Herrera <bruherrera-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > This patch fix memory size to support 16MB of external SDRAM. > > Signed-off-by: Bruno Herrera <bruherrera-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > --- > 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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-06 16:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-18 14:58 [RESEND PATCH] ARM: dts: stm32f469-disco: Fix memory size from 8MB to 16MB Bruno Meirelles Herrera
[not found] ` <20161118145845.30455-1-bmh-Mok47lTHhVP0xEqrn79Vhg@public.gmane.org>
2017-01-06 16:33 ` Alexandre Torgue
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox