From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759774AbdAFQeZ (ORCPT ); Fri, 6 Jan 2017 11:34:25 -0500 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:3407 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750863AbdAFQeQ (ORCPT ); Fri, 6 Jan 2017 11:34:16 -0500 Subject: Re: [RESEND PATCH] ARM: dts: stm32f469-disco: Fix memory size from 8MB to 16MB To: Bruno Meirelles Herrera , , , , References: <20161118145845.30455-1-bmh@certi.org.br> CC: , , From: Alexandre Torgue Message-ID: Date: Fri, 6 Jan 2017 17:33:34 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161118145845.30455-1-bmh@certi.org.br> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.47] X-ClientProxiedBy: SFHDAG5NODE3.st.com (10.75.127.15) To SFHDAG5NODE2.st.com (10.75.127.14) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-01-06_14:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Bruno, On 11/18/2016 03:58 PM, Bruno Meirelles Herrera wrote: > From: Bruno Herrera > > This patch fix memory size to support 16MB of external SDRAM. > > Signed-off-by: Bruno Herrera > --- > 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