From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1425372AbcBRITv (ORCPT ); Thu, 18 Feb 2016 03:19:51 -0500 Received: from mail-wm0-f43.google.com ([74.125.82.43]:37378 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1425114AbcBRITt (ORCPT ); Thu, 18 Feb 2016 03:19:49 -0500 Subject: Re: [PATCH 0/3] ARM: stm32: Introduce support for STM32F469 To: Lee Jones , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <1455632221-31834-1-git-send-email-lee.jones@linaro.org> Cc: kernel@stlinux.com, arnd@arndb.de From: Maxime Coquelin Message-ID: <56C57EA3.4030506@gmail.com> Date: Thu, 18 Feb 2016 09:19:47 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1455632221-31834-1-git-send-email-lee.jones@linaro.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Lee, On 02/16/2016 03:16 PM, Lee Jones wrote: > Simple set using the STM32F429 infrastructure as a foundation. > There will be more changes to the DTS files and a requirement for > added hierarchical layering as more differences become apparent. > > Lee Jones (3): > ARM: stm32: Supply a DTS file for the STM32F469 Discovery board > ARM: configs: Add new config fragment to change RAM start point > ARM: stm32: Identify a new board - STM32F469 > > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/stm32f469-disco.dts | 75 +++++++++++++++++++++++++++++++++ > arch/arm/configs/dram_0x00000000.config | 1 + > arch/arm/mach-stm32/board-dt.c | 1 + > 4 files changed, 78 insertions(+) > create mode 100644 arch/arm/boot/dts/stm32f469-disco.dts > create mode 100644 arch/arm/configs/dram_0x00000000.config > Series applied to my tree for v4.6. Thanks! Maxime