mbox series

[GIT,PULL] Last set of Qualcomm ARM64 DTS updates for v6.3

Message ID 20230215051530.1165953-1-andersson@kernel.org
State New
Headers show
Series [GIT,PULL] Last set of Qualcomm ARM64 DTS updates for v6.3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-6.3-3

Message

Bjorn Andersson Feb. 15, 2023, 5:15 a.m. UTC
The following changes since commit f069ede81ef438d99e76112d8738c4dc3d1766f9:

  arm64: dts: qcom: sc7280: Power herobrine's 3.3 eDP/TS rail more properly (2023-02-08 20:09:36 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-6.3-3

for you to fetch changes up to 407ef897bd0275e38ae33d410857e71c092679bd:

  arm64: dts: qcom: msm8996: align RPM G-Link clock-controller node with bindings (2023-02-13 14:20:54 -0800)

----------------------------------------------------------------
Last set of Qualcomm ARM64 DTS updates for v6.3

This introduces additional DisplayPort controllers and pmic_glink on
SC8280XP (8cx Gen3), which provides support for USB Type-C-based
displays on the the Lenovo ThinkPad X13s and the compute reference
device. The pmic_glink also provides battery and power supply status.

Interrupt-parents are corrected across the SC8280XP PMICs, to allow
non-Linux OSs to properly handle interrupts in the various blocks
therein.

It cleans up the SM8350 base dtsi and introduces GPU support on this
platform, as well as enable this for the Hardware Development Kit (HDK).
It enables i2c busses on the Fairphone FP4

Lastly it aligns glink node names with bindings across a few platforms,
and corrects the compatible for the PON block in the pmk8350 PMIC.

----------------------------------------------------------------
Bjorn Andersson (3):
      arm64: dts: qcom: sc8280xp: Add USB-C-related DP blocks
      arm64: dts: qcom: sc8280xp-crd: Introduce pmic_glink
      arm64: dts: qcom: sc8280xp-x13s: Enable external display

Dmitry Baryshkov (5):
      arm64: dts: qcom: sm8350: reorder device nodes
      arm64: dts: qcom: sm8350: move more nodes to correct place
      arm64: dts: qcom: sm8350: finish reordering nodes
      arm64: dts: qcom: sm8350: add GPU, GMU, GPU CC and SMMU nodes
      arm64: dts: qcom: sm8350-hdk: enable GPU

Konrad Dybcio (1):
      arm64: dts: qcom: pmk8350: Use the correct PON compatible

Krzysztof Kozlowski (3):
      arm64: dts: qcom: ipq6018: align RPM G-Link node with bindings
      arm64: dts: qcom: qcs404: align RPM G-Link node with bindings
      arm64: dts: qcom: msm8996: align RPM G-Link clock-controller node with bindings

Luca Weiss (2):
      arm64: dts: qcom: sm7225-fairphone-fp4: move status property down
      arm64: dts: qcom: sm7225-fairphone-fp4: enable remaining i2c busses

Manivannan Sadhasivam (1):
      arm64: dts: qcom: sc8280xp-pmics: Specify interrupt parent explicitly

Neil Armstrong (1):
      arm64: dts: qcom: sm8550: remove invalid interconnect property from cryptobam

Owen Yang (1):
      arm64: dts: qcom: sc7280: Adjust zombie PWM frequency

 arch/arm64/boot/dts/qcom/ipq6018.dtsi              |    2 +-
 arch/arm64/boot/dts/qcom/msm8996.dtsi              |    2 +-
 arch/arm64/boot/dts/qcom/pmk8350.dtsi              |    2 +-
 arch/arm64/boot/dts/qcom/qcs404.dtsi               |    2 +-
 .../boot/dts/qcom/sc7280-herobrine-zombie.dtsi     |    4 +-
 arch/arm64/boot/dts/qcom/sc8280xp-crd.dts          |  196 +-
 .../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts     |  180 +-
 arch/arm64/boot/dts/qcom/sc8280xp-pmics.dtsi       |   12 +-
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi             |  189 +-
 arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts  |   67 +-
 arch/arm64/boot/dts/qcom/sm8350-hdk.dts            |    8 +
 arch/arm64/boot/dts/qcom/sm8350.dtsi               | 2512 +++++++++++---------
 arch/arm64/boot/dts/qcom/sm8550.dtsi               |    2 -
 13 files changed, 1972 insertions(+), 1206 deletions(-)