Hi! In this series I added support for various buses and peripherals such as I2C or SMD RPM. I also did some housekeeping when it comes to the DTS. This series also includes a new board (SoMC Kitakami Sumire / Xperia Z5). I have a MMCC driver coming along with GCC updates/completion (almost ready, need to polish a few things) and I sincerely hope somebody is going to write a 20nm DSI PLL driver (for 8992/4) as I have no clue how that works. Also, some Lumia (yes, Lumia!) device trees are coming soon(tm). 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) Konrad Dybcio (21): clk: qcom: smd: Add support for MSM8992/4 rpm clocks arm64: dts: qcom: msm8994: Add SPMI PMIC arbiter device arm64: dts: qcom: msm8994: Add a proper CPU map arm64: dts: qcom: msm8994: Wrap clock nodes into clocks {} arm64: dts: qcom: msm8994: Rename the smem node and remove its unit address arm64: dts: qcom: msm8994: Rename clock_gcc label to gcc arm64: dts: qcom: msm8994: Add apcs node arm64: dts: qcom: msm8994: Add pmu node arm64: dts: qcom: msm8994: Add PSCI node arm64: dts: qcom: msm8994: Add support for SMD RPM arm64: dts: qcom: msm8994: Add SDHCI1 node arm64: dts: qcom: msm8994: Remove qcom,msm-id and qcom-pmic-id properties arm64: dts: qcom: msm8994: Make comments C style arm64: dts: qcom: msm8994: Add SCM node arm64: dts: qcom: msm8994: Add BLSP2 UART2 node arm64: dts: qcom: msm8994: Add I2C, SPI and BLSP DMA nodes arm64: dts: qcom: Update msm8994 pin configuration regulator: qcom_smd: Fix pmi8994 label arm64: dts: qcom: angler: Add qcom,msm-id and pmic-id arm64: dts: qcom: Add support for Sony Xperia Z5 (SoMC Sumire-RoW) arm64: dts: qcom: Move msm8994-smd-rpm contents to lg-bullhead. .../devicetree/bindings/clock/qcom,rpmcc.txt | 2 + 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 | 272 +++++++++++ arch/arm64/boot/dts/qcom/msm8994-smd-rpm.dtsi | 268 ----------- .../msm8994-sony-xperia-kitakami-sumire.dts | 410 ++++++++++++++++ arch/arm64/boot/dts/qcom/msm8994.dtsi | 452 +++++++++++++++++- drivers/clk/qcom/clk-smd-rpm.c | 172 +++++++ drivers/regulator/qcom_smd-regulator.c | 2 +- include/dt-bindings/clock/qcom,rpmcc.h | 4 + 11 files changed, 1556 insertions(+), 293 deletions(-) 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 -- 2.27.0