[GIT PULL] More Qualcomm Arm64 DeviceTree updates for v6.20
From: Bjorn Andersson <andersson@kernel.org>
Date: 2026-01-28 15:30:52
Also in:
linux-arm-msm
The following changes since commit fc12767c19d49663b13ba2def6e4674df041c8a2: dt-bindings: mailbox: qcom: Add IPCC support for Kaanapali and Glymur Platforms (2026-01-17 15:35:17 -0600) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-6.20-2 for you to fetch changes up to 78c13dac18cf0e6f6cbc6ea85d4f967e6cca9562: arm64: dts: qcom: sm6115: Add CX_MEM/DBGC GPU regions (2026-01-21 13:15:50 -0600) ---------------------------------------------------------------- More Qualcomm Arm64 DeviceTree updates for v6.20 Enable ADSP FastRPC and add missing GPU memory regions on Agatti. Also add the missing GPU regions on SM6115. Describe the application subsystem watchdog on Hamoa and enable this in the EL2 configurations. Add the camera control interface (CCI) I2C controller on MSM8953, and describe the camera regulators and the camera EEPROM on Fairphone FP3. Specify clock frequency for the i2c4 bus on OnePlus 6, to silence the warnings about missing frequency definition. Add FastRPC and associated heap memory, as well as Coresight, on SM8750 Switch a variety of platforms to use the generic RPMPD_ constants, instead of target-specific duplicated, to allow us to drop these from the header files. Drop the invalid opp-shared on the QUP OPP table for Talos. ---------------------------------------------------------------- Abel Vesa (3): dt-bindings: watchdog: Document X1E80100 compatible arm64: dts: qcom: hamoa: Add the APSS watchdog arm64: dts: qcom: x1-el2: Enable the APSS watchdog Alexey Klimov (2): arm64: dts: qcom: sm8750: add memory node for adsp fastrpc arm64: dts: qcom: sm8750: add ADSP fastrpc-compute-cb nodes David Heidelberg (1): arm64: dts: qcom: oneplus-enchilada: Specify i2c4 clock frequency Dmitry Baryshkov (2): arm64: dts: qcom: agatti: enable FastRPC on the ADSP arm64: dts: qcom: switch to RPMPD_* indices Jie Gan (1): arm64: qcom: dts: sm8750: add coresight nodes Konrad Dybcio (2): arm64: dts: qcom: agatti: Add CX_MEM/DBGC GPU regions arm64: dts: qcom: sm6115: Add CX_MEM/DBGC GPU regions Luca Weiss (5): arm64: dts: qcom: msm8953: Re-sort tlmm pinctrl states arm64: dts: qcom: msm8953: Add CCI nodes arm64: dts: qcom: sdm632-fairphone-fp3: Add camera fixed regulators arm64: dts: qcom: sdm632-fairphone-fp3: Enable CCI and add EEPROM arm64: dts: qcom: sm6350: Add clocks for aggre1 & aggre2 NoC Viken Dadhaniya (1): arm64: dts: qcom: talos: Drop opp-shared from QUP OPP table .../devicetree/bindings/watchdog/qcom-wdt.yaml | 1 + arch/arm64/boot/dts/qcom/agatti.dtsi | 49 +- arch/arm64/boot/dts/qcom/hamoa.dtsi | 8 + arch/arm64/boot/dts/qcom/msm8916.dtsi | 8 +- arch/arm64/boot/dts/qcom/msm8917.dtsi | 10 +- arch/arm64/boot/dts/qcom/msm8937.dtsi | 12 +- arch/arm64/boot/dts/qcom/msm8953.dtsi | 516 +++---- arch/arm64/boot/dts/qcom/msm8976.dtsi | 4 +- arch/arm64/boot/dts/qcom/msm8998.dtsi | 16 +- arch/arm64/boot/dts/qcom/sdm630.dtsi | 16 +- arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts | 57 + arch/arm64/boot/dts/qcom/sdm660.dtsi | 2 +- .../boot/dts/qcom/sdm845-oneplus-enchilada.dts | 2 + arch/arm64/boot/dts/qcom/sm6115.dtsi | 8 +- arch/arm64/boot/dts/qcom/sm6125.dtsi | 12 +- arch/arm64/boot/dts/qcom/sm6350.dtsi | 3 + arch/arm64/boot/dts/qcom/sm8750.dtsi | 1431 +++++++++++++++++--- arch/arm64/boot/dts/qcom/talos.dtsi | 1 - arch/arm64/boot/dts/qcom/x1-el2.dtso | 4 + 19 files changed, 1694 insertions(+), 466 deletions(-)