From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Gross Subject: [GIT PULL] Qualcomm Device Tree Changes for v4.10 Date: Sun, 13 Nov 2016 00:15:35 -0600 Message-ID: <1479017736-13564-5-git-send-email-andy.gross@linaro.org> References: <1479017736-13564-1-git-send-email-andy.gross@linaro.org> Return-path: Received: from mail-oi0-f41.google.com ([209.85.218.41]:33544 "EHLO mail-oi0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932465AbcKMGPm (ORCPT ); Sun, 13 Nov 2016 01:15:42 -0500 Received: by mail-oi0-f41.google.com with SMTP id 128so28996356oih.0 for ; Sat, 12 Nov 2016 22:15:41 -0800 (PST) In-Reply-To: <1479017736-13564-1-git-send-email-andy.gross@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: arm@kernel.org Cc: Olof Johansson , Kevin Hilman , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org The following changes since commit 1001354ca34179f3db924eb66672442a173147dc: Linux 4.9-rc1 (2016-10-15 12:17:50 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-dts-for-4.10 for you to fetch changes up to 52a1a5f773110f687c34a828ef42fdb882b6b908: ARM: dts: add SMSC ethernet on the APQ8060 Dragonboard (2016-10-25 08:42:37 -0500) ---------------------------------------------------------------- Qualcomm Device Tree Changes for v4.10 * Add EBI2 support to MSM8660 * Add SMSC ethernet support to APQ8060 * Add support for display, pstore, iommu, and hdmi to APQ8064 * Add SDHCI node to MSM8974 Hammerhead * Add WP8548 MangOH board support (MDM9615) ---------------------------------------------------------------- Archit Taneja (2): arm: dts: qcom: apq8064: Add display DT nodes arm: dts: qcom: apq8064-ifc6410: Add HDMI support Bhushan Shah (1): ARM: dts: qcom: msm8974-hammerhead: Add sdhci1 node John Stultz (3): arm: dts: qcom: apq8064: Add dsi, gpu and iommu nodes arm: dts: qcom: apq8064-nexus7: Add DSI and panel nodes arm: dts: qcom: apq8064-nexus7: Add pstore support to nexus7 Linus Walleij (2): ARM: dts: add EBI2 to the Qualcomm MSM8660 DTSI ARM: dts: add SMSC ethernet on the APQ8060 Dragonboard Neil Armstrong (5): ARM: dts: Add MDM9615 dtsi dt-bindings: qcom: Add MDM9615 bindings ARM: dts: Add Sierra Wireless WP8548 dtsi ARM: dts: Add WP8548 based MangOH Green board DTS dt-bindings: arm: Add Sierra Wireless modules bindings Documentation/devicetree/bindings/arm/qcom.txt | 1 + Documentation/devicetree/bindings/arm/swir.txt | 12 + arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/qcom-apq8060-dragonboard.dts | 119 +++++ arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts | 77 ++- arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 74 +++ arch/arm/boot/dts/qcom-apq8064.dtsi | 321 ++++++++++++ arch/arm/boot/dts/qcom-mdm9615.dtsi | 557 +++++++++++++++++++++ arch/arm/boot/dts/qcom-msm8660.dtsi | 17 + .../dts/qcom-msm8974-lge-nexus5-hammerhead.dts | 29 ++ arch/arm/boot/dts/swir-wp8548-mangoh-green.dts | 281 +++++++++++ arch/arm/boot/dts/swir-wp8548.dtsi | 170 +++++++ 12 files changed, 1658 insertions(+), 3 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/swir.txt create mode 100644 arch/arm/boot/dts/qcom-mdm9615.dtsi create mode 100644 arch/arm/boot/dts/swir-wp8548-mangoh-green.dts create mode 100644 arch/arm/boot/dts/swir-wp8548.dtsi