From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: [PATCH 0/5] APQ8060 Dragonboard support Date: Tue, 14 Jun 2016 17:30:54 +0200 Message-ID: <1465918259-11138-1-git-send-email-linus.walleij@linaro.org> Return-path: Received: from mail-lf0-f52.google.com ([209.85.215.52]:33758 "EHLO mail-lf0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751345AbcFNPbP (ORCPT ); Tue, 14 Jun 2016 11:31:15 -0400 Received: by mail-lf0-f52.google.com with SMTP id f6so85864987lfg.0 for ; Tue, 14 Jun 2016 08:31:14 -0700 (PDT) Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, Andy Gross Cc: Stephen Boyd , Bjorn Andersson , David Brown , Linus Walleij This concludes my first round of work to get the APQ8060 Dragonboard booting properly upstream. After the separate fix to the RPM driver, it boots and sets up all stuff as expected, adds the serial port and the two SD card slots. I was working on getting some stuff like the PM8901 enabled (it has four MPP multi-purpose-pins) but that work can happen on top of this series, let's start somewhere. Linus Walleij (5): ARM: dts: add GPIO and MPP to MSM8660 PMIC ARM: dts: add SDCC5 to Qualcomm MSM8660 ARM: dts: add L2CC and RPM with regulators for MSM8660 ARM: dts: move the fixed MMC regulator to SURF board ARM: dts: add Qualcomm APQ8060-based Dragonboard arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/qcom-apq8060-dragonboard.dts | 557 +++++++++++++++++++++++++ arch/arm/boot/dts/qcom-msm8660-surf.dts | 11 + arch/arm/boot/dts/qcom-msm8660.dtsi | 149 ++++++- 4 files changed, 709 insertions(+), 9 deletions(-) create mode 100644 arch/arm/boot/dts/qcom-apq8060-dragonboard.dts -- 2.4.11 From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Tue, 14 Jun 2016 17:30:54 +0200 Subject: [PATCH 0/5] APQ8060 Dragonboard support Message-ID: <1465918259-11138-1-git-send-email-linus.walleij@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This concludes my first round of work to get the APQ8060 Dragonboard booting properly upstream. After the separate fix to the RPM driver, it boots and sets up all stuff as expected, adds the serial port and the two SD card slots. I was working on getting some stuff like the PM8901 enabled (it has four MPP multi-purpose-pins) but that work can happen on top of this series, let's start somewhere. Linus Walleij (5): ARM: dts: add GPIO and MPP to MSM8660 PMIC ARM: dts: add SDCC5 to Qualcomm MSM8660 ARM: dts: add L2CC and RPM with regulators for MSM8660 ARM: dts: move the fixed MMC regulator to SURF board ARM: dts: add Qualcomm APQ8060-based Dragonboard arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/qcom-apq8060-dragonboard.dts | 557 +++++++++++++++++++++++++ arch/arm/boot/dts/qcom-msm8660-surf.dts | 11 + arch/arm/boot/dts/qcom-msm8660.dtsi | 149 ++++++- 4 files changed, 709 insertions(+), 9 deletions(-) create mode 100644 arch/arm/boot/dts/qcom-apq8060-dragonboard.dts -- 2.4.11