mbox series

[v2,00/12] MSM8994 peripheral enablement, DTS updates

Message ID 20200623224813.297077-1-konradybcio@gmail.com (mailing list archive)
Headers show
Series MSM8994 peripheral enablement, DTS updates | expand

Message

Konrad Dybcio June 23, 2020, 10:47 p.m. UTC
changes since v1:
- clean up the commit history and cut down
on unnecessary commit count
- bring the DTS in line with the newest ones
- fix some minor typos that went unnoticed
- drop RPMCC patch (sent separately)
- drop the pmi8994 patch (applied)

The patchet depends on:
- https://patchwork.kernel.org/patch/11584267/ (even though bullhead used
that for a few years and the property never existed but nobody noticed)

- https://patchwork.kernel.org/patch/11580845/ (no point duplicating it for 8994)

- RPMCC for 8992/4 (sent soon after this series)

Konrad Dybcio (12):
  arm64: dts: qcom: msm8994: Modernize the DTS style
  arm64: dts: qcom: msm8994: Add SPMI PMIC arbiter device
  arm64: dts: qcom: msm8994: Add a proper CPU map
  arm64: dts: qcom: msm8994: Add support for SMD RPM
  arm64: dts: qcom: msm8994: Add SDHCI1 node
  arm64: dts: qcom: msm8994: Add SCM node
  arm64: dts: qcom: msm8994: Add I2C, SPI and BLSP DMA nodes
  arm64: dts: qcom: msm8994: Add pmu node
  arm64: dts: qcom: msm8994: Add PSCI node
  arm64: dts: qcom: angler: Add qcom,msm-id and pmic-id
  arm64: dts: qcom: Move msm8994-smd-rpm contents to lg-bullhead.
  arm64: dts: qcom: Add support for Sony Xperia Z5 (SoMC Sumire-RoW)

 arch/arm64/boot/dts/qcom/Makefile             |   1 +
 .../dts/qcom/msm8992-bullhead-rev-101.dts     | 264 ++++++-
 .../boot/dts/qcom/msm8994-angler-rev-101.dts  |   2 +
 arch/arm64/boot/dts/qcom/msm8994-pins.dtsi    |  30 -
 arch/arm64/boot/dts/qcom/msm8994-smd-rpm.dtsi | 268 -------
 .../msm8994-sony-xperia-kitakami-sumire.dts   | 395 ++++++++++
 arch/arm64/boot/dts/qcom/msm8994.dtsi         | 710 ++++++++++++++++--
 7 files changed, 1303 insertions(+), 367 deletions(-)
 delete mode 100644 arch/arm64/boot/dts/qcom/msm8994-pins.dtsi
 delete mode 100644 arch/arm64/boot/dts/qcom/msm8994-smd-rpm.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami-sumire.dts