This patch series adds support for PMU, PSCI, SPMI and SCM, as well as all six cores on msm8992. Please note though, that due to the lack of a core cluster interconnect driver, it is only recommended to use one cluster (as in set NR_CPUS to 4) for now. The other two technically work, but in practice slow down the platform by a LOT. Hopefully with a proper MMCC driver this platform can be brought up to speed with other Qualcomm SoCs. Konrad Dybcio (14): arm64: dts: Add a proper CPU map for MSM8992 arm64: dts: msm8992: Place clock nodes in clocks{} arm64: dts: msm8992: Add a SCM node firmware: qcom_scm: Add msm8992 compatible Documentation: Document msm8992 qcom_scm compatible arm64: dts: msm8992: Add a spmi_bus node arm64: dts: msm8992: Add BLSP2 UART2 node arm64: dts: msm8992: Add a BLSP I2C2 node arm64: dts: msm8992: Add a BLSP I2C6 node arm64: dts: msm8992: Add PMU node arm64: dts: msm8992: Add PSCI support. arm64: dts: qcom: Update msm8992 pin configuration arm64: dts: qcom: Fix msm8992 SDHCI arm64: dts: qcom: Add a label to the msm8992 rpm-requests node .../devicetree/bindings/firmware/qcom,scm.txt | 1 + arch/arm64/boot/dts/qcom/msm8992-pins.dtsi | 149 ++++++++++++---- arch/arm64/boot/dts/qcom/msm8992.dtsi | 167 ++++++++++++++++-- drivers/firmware/qcom_scm.c | 1 + 4 files changed, 275 insertions(+), 43 deletions(-) -- 2.26.2