Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752437AbdFLL5a (ORCPT ); Mon, 12 Jun 2017 07:57:30 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:38142 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751796AbdFLL53 (ORCPT ); Mon, 12 Jun 2017 07:57:29 -0400 Subject: Re: [PATCH v3] ARM: dts: stm32f7: add stm32f769I & stm32f746 discovery board support To: Vikas Manocha , CC: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "moderated list:ARM PORT" , open list , Mark Rutland , Maxime Coquelin , Rob Herring , Russell King References: <1492043225-22424-1-git-send-email-vikas.manocha@st.com> From: Alexandre Torgue Message-ID: Date: Mon, 12 Jun 2017 13:56:50 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <1492043225-22424-1-git-send-email-vikas.manocha@st.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.51] X-ClientProxiedBy: SFHDAG4NODE1.st.com (10.75.127.10) To SFHDAG3NODE2.st.com (10.75.127.8) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-06-12_08:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1338 Lines: 45 Hi Vikas On 04/13/2017 02:27 AM, Vikas Manocha wrote: > Stm32f769I & stm32f746 are MCUs of stm32f7 family. Here are the major > specs of the two boards: > > stm32f769I discovery board: > - Cortex-M7 core @216MHz > - 2MB mcu internal flash > - 512KB internal sram > - 16MB sdram memory > - 64MB qspi flash memory > - 4 inch wvga LCD-TFT Display > > stm32f746 discovery board: > - Cortex-M7 core @216MHz > - 1MB mcu internal flash > - 320KB internal sram > - 8MB sdram memory > - 16MB qspi flash memory > - 4.3 inch 480x272 LCD-TFT display > > Signed-off-by: Vikas Manocha > --- > Changed in v3: > - fixed usart pin muxing for stm32f746 board, correct one is usart1_pins_pa9_pb7. > - Added patch version in the patch title, was missed in v2. > > Changed in v2: > - moved pin muxing from board dts file to soc dtsi > > arch/arm/boot/dts/Makefile | 2 + > arch/arm/boot/dts/stm32f746-disco.dts | 74 +++++++++++++++++++++++++++++++++++ > arch/arm/boot/dts/stm32f746.dtsi | 12 ++++++ > arch/arm/boot/dts/stm32f769-disco.dts | 74 +++++++++++++++++++++++++++++++++++ > 4 files changed, 162 insertions(+) > create mode 100644 arch/arm/boot/dts/stm32f746-disco.dts > create mode 100644 arch/arm/boot/dts/stm32f769-disco.dts > ... Applied on stm32-dt-for-v4.13. Regards Alex