From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934337AbcHJSWw (ORCPT ); Wed, 10 Aug 2016 14:22:52 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:56055 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S934316AbcHJSWt (ORCPT ); Wed, 10 Aug 2016 14:22:49 -0400 From: Patrice Chotard Subject: [GIT PULL] STi defconfig updates for v4.9 To: Arnd Bergmann , Kevin Hilman , Olof Johansson , , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Message-ID: Date: Wed, 10 Aug 2016 18:49:25 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.48.1.66] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-08-10_13:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Olof, Arnd and Kevin, Please consider this first round of STi DT updates for v4.9: The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc: Linux 4.8-rc1 (2016-08-07 18:18:00 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti.git tags/sti-dt-for-v4.9-1 for you to fetch changes up to 7aff2168d65e84c4a5178a32ae4e8d474eff2090: ARM: dts: STi: Introduce B2260 board (2016-08-10 18:23:29 +0200) ---------------------------------------------------------------- STi dts fixes and new STi 96board support: Add thermal node for STiH407 family boards Add specific nodes for STMicroelectronics 96Board Add new B2260 STi board file = 96Board Fix ahci issue on STiH407 family Fix debugfs/pinctrl kernel warning ---------------------------------------------------------------- Patrice Chotard (7): ARM: dts: STiH407: Move pio20 node to fix kernel warning ARM: dts: STiH410: Add thermal node ARM: dts: STiH407-pinctrl: Add i2c2_alt2_1 node ARM: dts: STiH407: Move non-removable property to board file ARM: dts: STiH407-pinctrl: Add pinctrl_rgmii1_mdio_1 node ARM: dts: STiH407-family: Add ports-implemented property in sata nodes ARM: dts: STi: Introduce B2260 board arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/stih407-family.dtsi | 5 +- arch/arm/boot/dts/stih407-pinctrl.dtsi | 31 ++++-- arch/arm/boot/dts/stih410-b2260.dts | 190 +++++++++++++++++++++++++++++++++ arch/arm/boot/dts/stih410.dtsi | 8 ++ arch/arm/boot/dts/stih418-b2199.dts | 1 + arch/arm/boot/dts/stihxxx-b2120.dtsi | 1 + 7 files changed, 227 insertions(+), 10 deletions(-) create mode 100644 arch/arm/boot/dts/stih410-b2260.dts