From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756668AbcBJGLF (ORCPT ); Wed, 10 Feb 2016 01:11:05 -0500 Received: from 5520-maca-inet1-outside.broadcom.com ([216.31.211.11]:22264 "EHLO mail-irv-18.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750759AbcBJGLD (ORCPT ); Wed, 10 Feb 2016 01:11:03 -0500 From: Anup Patel To: Catalin Marinas , Will Deacon , Device Tree , Linux ARM Kernel Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Florian Fainelli , Yendapally Reddy Dhananjaya Reddy , Ray Jui , Scott Branden , Vikram Prakash , Linux Kernel , BCM Kernel Feedback , Anup Patel Subject: [PATCH 0/6] More updates for NS2 DT Date: Wed, 10 Feb 2016 11:40:45 +0530 Message-Id: <1455084651-29325-1-git-send-email-anup.patel@broadcom.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset primarily adds more DT nodes for NS2 SVK. It also does minor update to arch/arm64/Kconfig.platforms and adds missing DT bindings document for sp805 driver. The patchset is based on v4.5-rc3 tag and is available in ns2_dt2_v1 branch of https://github.com/Broadcom/arm64-linux.git All patches have been tested on Broadcom NS2 SVK. Anup Patel (5): arm64: Select COMMON_CLK_IPROC, PINCTRL and GPIOLIB for iProc SoCs arm64: dts: Add SDHCI DT node for NS2 arm64: dts: Add ARM SP804 timer DT nodes for NS2 dt-bindings: watchdog: Add ARM SP805 DT bindings arm64: dts: Add ARM SP805 watchdog DT node for NS2 Ray Jui (1): arm64: dts: Add PCIe0 and PCIe4 DT nodes for NS2 .../devicetree/bindings/watchdog/arm,sp805.txt | 17 +++ arch/arm64/Kconfig.platforms | 3 + arch/arm64/boot/dts/broadcom/ns2-svk.dts | 12 ++ arch/arm64/boot/dts/broadcom/ns2.dtsi | 140 +++++++++++++++++++++ 4 files changed, 172 insertions(+) create mode 100644 Documentation/devicetree/bindings/watchdog/arm,sp805.txt -- 1.9.1