Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753085AbdL1CJG (ORCPT ); Wed, 27 Dec 2017 21:09:06 -0500 Received: from aserp2130.oracle.com ([141.146.126.79]:41128 "EHLO aserp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752757AbdL1CJE (ORCPT ); Wed, 27 Dec 2017 21:09:04 -0500 From: Santosh Shilimkar To: arm@kernel.org, linux-arm-kernel@lists.infradead.org Cc: khilman@kernel.org, arnd@arndb.de, olof@lixom.net, linux-kernel@vger.kernel.org, santosh.shilimkar@oracle.com Subject: [GIT PULL 1/3] ARM: Keystone DTS for 4.16 Date: Wed, 27 Dec 2017 18:07:50 -0800 Message-Id: <1514426872-5769-1-git-send-email-santosh.shilimkar@oracle.com> X-Mailer: git-send-email 1.9.1 X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=8757 signatures=668650 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=885 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1711220000 definitions=main-1712280027 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3033 Lines: 67 The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323: Linux 4.15-rc1 (2017-11-26 16:01:47 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_dts_for_4.16 for you to fetch changes up to 4fe85b0cdd06f8fef2631923799bdc95380badb5: ARM: dts: keystone-k2l-clocks: Add missing unit name to clock nodes that have regs (2017-12-16 14:36:57 -0800) ---------------------------------------------------------------- ARM: Keystone DTS update for 4.16 - Enable GPIO bank2 for K2L - Enable QSPI for K2G & K2G-EVM - Enable UART1/2 for K2G & K2G-EVM - Enable peripherals for K2G-ICE - Fix C1 and C2 DTS warnings ---------------------------------------------------------------- Franklin S Cooper Jr (2): ARM: dts: k2g: Add UART 1 and 2 instances ARM: dts: k2g-evm: Enable UART 2 Javier Martinez Canillas (1): ARM: dts: keystone: Add generic compatible string for I2C EEPROM Keerthy (1): ARM: dts: keystone-k2l: Add the second gpio bank node Nishanth Menon (8): ARM: dts: keystone*: Standardize license with SPDX tag ARM: dts: keystone*: Use a single soc0 instance ARM: dts: keystone: Get rid of usage of skeleton.dtsi ARM: dts: keystone: Add missing unit name to interrupt controller ARM: dts: keystone-clocks: Add missing unit name to clock nodes that have regs ARM: dts: keystone-hk-clocks: Add missing unit name to clock nodes that have regs ARM: dts: keystone-k2e-clocks: Add missing unit name to clock nodes that have regs ARM: dts: keystone-k2l-clocks: Add missing unit name to clock nodes that have regs Vignesh R (5): ARM: dts: keystone-k2g: Add QSPI DT entry ARM: dts: keystone-k2g-evm: Fix botched up merge ARM: dts: keystone-k2g: Move ti,non-removable property to board dts ARM: dts: keystone-k2g-evm: Add QSPI DT node. ARM: dts: keystone-k2g-ice: Add DT nodes for few peripherals arch/arm/boot/dts/keystone-clocks.dtsi | 59 +++-- arch/arm/boot/dts/keystone-k2e-clocks.dtsi | 15 +- arch/arm/boot/dts/keystone-k2e-evm.dts | 13 +- arch/arm/boot/dts/keystone-k2e-netcp.dtsi | 7 +- arch/arm/boot/dts/keystone-k2e.dtsi | 11 +- arch/arm/boot/dts/keystone-k2g-evm.dts | 115 +++++++--- arch/arm/boot/dts/keystone-k2g-ice.dts | 339 +++++++++++++++++++++++++++- arch/arm/boot/dts/keystone-k2g.dtsi | 58 +++-- arch/arm/boot/dts/keystone-k2hk-clocks.dtsi | 81 ++++--- arch/arm/boot/dts/keystone-k2hk-evm.dts | 59 +++-- arch/arm/boot/dts/keystone-k2hk-netcp.dtsi | 7 +- arch/arm/boot/dts/keystone-k2hk.dtsi | 11 +- arch/arm/boot/dts/keystone-k2l-clocks.dtsi | 51 ++--- arch/arm/boot/dts/keystone-k2l-evm.dts | 13 +- arch/arm/boot/dts/keystone-k2l-netcp.dtsi | 7 +- arch/arm/boot/dts/keystone-k2l.dtsi | 55 ++++- arch/arm/boot/dts/keystone.dtsi | 18 +- 17 files changed, 676 insertions(+), 243 deletions(-)