mbox series

[GIT,PULL] Qualcomm Arm64 DeviceTree fixes for v6.10

Message ID 20240702030913.340814-1-andersson@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] Qualcomm Arm64 DeviceTree fixes for v6.10 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-fixes-for-6.10

Message

Bjorn Andersson July 2, 2024, 3:09 a.m. UTC
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-fixes-for-6.10

for you to fetch changes up to af355e799b3dc3dd0ed8bf2143641af05d8cd3d4:

  arm64: dts: qcom: qdu1000: Fix LLCC reg property (2024-06-21 00:47:00 -0500)

----------------------------------------------------------------
Qualcomm Arm64 DeviceTree fixes for v6.10

This marks the PSHOLD node on SC8280XP as reserved, to resolve a
regression where a reset is triggered instead of a clean shutdown. Also
on SC8280XP the touchscreen properties are adjusted to make it properly
described on CRD and make it work on the Lenovo Thinkpad X13s.

Corrects the LLCC definitions on SC8180X and QDU1000 to allow these
drivers and their dependencies to probe.

X1 Elite CRD is given more CMA space, to avoid running out during boot,
as PCIe SMMU is not accessible.  Audio configuration is corrected, on
the same.

SM6115 SDHC is given an IOMMU stream, to avoid access issues.

Lastly the EL2 non-secure physical timer interrupt on SA8775P is
corrected from its previous incorrect value.

----------------------------------------------------------------
Abel Vesa (1):
      arm64: dts: qcom: x1e80100: Fix PCIe 6a reg offsets and add MHI

Bjorn Andersson (1):
      arm64: dts: qcom: sc8180x: Fix LLCC reg property again

Caleb Connolly (1):
      arm64: dts: qcom: sm6115: add iommu for sdhc_1

Cong Zhang (1):
      arm64: dts: qcom: sa8775p: Correct IRQ number of EL2 non-secure physical timer

Johan Hovold (2):
      arm64: dts: qcom: sc8280xp-x13s: fix touchscreen power on
      arm64: dts: qcom: sc8280xp-crd: use external pull up for touch reset

Komal Bajaj (1):
      arm64: dts: qcom: qdu1000: Fix LLCC reg property

Konrad Dybcio (2):
      arm64: dts: qcom: x1e80100-*: Allocate some CMA buffers
      arm64: dts: qcom: sc8280xp: Set status = "reserved" on PSHOLD

Krzysztof Kozlowski (2):
      arm64: dts: qcom: x1e80100-crd: fix WCD audio codec TX port mapping
      arm64: dts: qcom: x1e80100-crd: fix DAI used for headset recording

 arch/arm64/boot/dts/qcom/qdu1000.dtsi                    | 16 +++++++++++++++-
 arch/arm64/boot/dts/qcom/sa8775p.dtsi                    |  2 +-
 arch/arm64/boot/dts/qcom/sc8180x.dtsi                    | 11 +++++++----
 arch/arm64/boot/dts/qcom/sc8280xp-crd.dts                |  3 +--
 .../boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts      | 15 ++++++++-------
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi                   |  2 ++
 arch/arm64/boot/dts/qcom/sm6115.dtsi                     |  1 +
 arch/arm64/boot/dts/qcom/x1e80100-crd.dts                | 13 +++++++++++--
 arch/arm64/boot/dts/qcom/x1e80100-qcp.dts                |  9 +++++++++
 arch/arm64/boot/dts/qcom/x1e80100.dtsi                   | 10 ++++++----
 10 files changed, 61 insertions(+), 21 deletions(-)