[PATCH v5 00/13] Add device tree support for sc7180

From: Rajendra Nayak
Date: Fri Nov 08 2019 - 04:28:47 EST


Bjorn/Andy, this patch series is now fairly reviewed and ack'ed,
and given the dependent gcc patches (dt bindings header dependency
for dts) have now landed in clk-next, can we pull these in as part
of your second PR for 5.5?

Changes in v5:
* Dropped the arm-smmu binding update patch, pulled in by Rob H
* Updated 1/13 to also sort SoC and board names
* Dropped clock-output-names for sleep_clk
* Dropped the label for rsc node

Changes in v4:
* Rebased on top of Rob;s for-next
* reorderd patches to take care of pdc dependency
* Updated pdc binding to use a soc specific and soc independent compatible
* Other updates based on v3 feedback, changes listed in each patch

Changes in v3:
* PATCH 2/11: Updated the qup and uart lables to be consistent
with the naming convention followed in sdm845 as suggested
by Matthias
* Dropped 2 patches from v2 which added the new compatible and
binding updates for sc7180 pdc and reused sdm845 compatible instead
as suggested by Marc Z

This series adds DT support for basic peripherals on qualcomm's sc7180 SoC,
drivers for which are already upstream.

Kiran Gunda (3):
arm64: dts: qcom: sc7180: Add SPMI PMIC arbiter device
arm64: dts: qcom: pm6150: Add PM6150/PM6150L PMIC peripherals
arm64: dts: qcom: sc7180-idp: Add RPMh regulators

Maulik Shah (3):
arm64: dts: qcom: sc7180: Add cmd_db reserved area
arm64: dts: qcom: sc7180: Add rpmh-rsc node
arm64: dts: qcom: sc7180: Add pdc interrupt controller

Rajendra Nayak (4):
dt-bindings: qcom: Add SC7180 bindings
arm64: dts: sc7180: Add minimal dts/dtsi files for SC7180 soc
drivers: irqchip: qcom-pdc: Move to an SoC independent compatible
dt-bindings: qcom,pdc: Add compatible for sc7180

Roja Rani Yarubandi (1):
arm64: dts: sc7180: Add qupv3_0 and qupv3_1

Taniya Das (1):
arm64: dts: qcom: SC7180: Add node for rpmhcc clock driver

Vivek Gautam (1):
arm64: dts: sc7180: Add device node for apps_smmu

.../devicetree/bindings/arm/qcom.yaml | 44 +-
.../interrupt-controller/qcom,pdc.txt | 3 +-
arch/arm64/boot/dts/qcom/Makefile | 1 +
arch/arm64/boot/dts/qcom/pm6150.dtsi | 72 ++
arch/arm64/boot/dts/qcom/pm6150l.dtsi | 31 +
arch/arm64/boot/dts/qcom/sc7180-idp.dts | 402 ++++++
arch/arm64/boot/dts/qcom/sc7180.dtsi | 1131 +++++++++++++++++
drivers/irqchip/qcom-pdc.c | 2 +-
8 files changed, 1665 insertions(+), 21 deletions(-)
create mode 100644 arch/arm64/boot/dts/qcom/pm6150.dtsi
create mode 100644 arch/arm64/boot/dts/qcom/pm6150l.dtsi
create mode 100644 arch/arm64/boot/dts/qcom/sc7180-idp.dts
create mode 100644 arch/arm64/boot/dts/qcom/sc7180.dtsi

--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation