mbox series

[GIT,PULL] Qualcomm ARM64 DTS fixes for 6.2

Message ID 20230110213724.2183668-1-andersson@kernel.org
State New
Headers show
Series [GIT,PULL] Qualcomm ARM64 DTS fixes for 6.2 | expand

Pull-request

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

Message

Bjorn Andersson Jan. 10, 2023, 9:37 p.m. UTC
The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

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.2

for you to fetch changes up to 69876bc6fd4de3ad2dc7826fe269e91fa2c1807f:

  arm64: dts: qcom: msm8992-libra: Fix the memory map (2023-01-10 09:49:03 -0600)

----------------------------------------------------------------
Qualcomm ARM64 DTS fixes for 6.2

The cluster idle issue was resolved on SM8250, so the change disabling
the cluster state is being reverted.

Issues where identified with the QMP PHY binding, that would prevent
enablement of Displayport and it was decided not to support the old
binding for the recently introduced SC8280XP, which broke USB. This
adjusts the USB PHY nodes to the new binding. The reset signal for the
first QMP PHY is corrected as well.

The reserved memory map is updated on Xiaomi Mi 4C and Huawei Nexus 6P,
to avoid instabilities caused by use of protected memory regions.
The compatible for the MSM8992 TCSR mutex is corrected as well.

Lastly SDHCI interconnects on SM8350 are corrected to match the
providers #interconnect-cells.

----------------------------------------------------------------
Dominik Kobinski (2):
      arm64: dts: msm8992-bullhead: add memory hole region
      arm64: dts: msm8994-angler: fix the memory map

Johan Hovold (2):
      arm64: dts: qcom: sc8280xp: fix primary USB-DP PHY reset
      arm64: dts: qcom: sc8280xp: fix USB-DP PHY nodes

Konrad Dybcio (2):
      arm64: dts: qcom: msm8992: Don't use sfpb mutex
      arm64: dts: qcom: msm8992-libra: Fix the memory map

Krzysztof Kozlowski (1):
      arm64: dts: qcom: sm8350: correct SDHCI interconnect arguments

Ulf Hansson (1):
      Revert "arm64: dts: qcom: sm8250: Disable the not yet supported cluster idle state"

 arch/arm64/boot/dts/qcom/msm8992-lg-bullhead.dtsi  |  6 ++
 arch/arm64/boot/dts/qcom/msm8992-xiaomi-libra.dts  | 77 ++++++++++++++++-----
 arch/arm64/boot/dts/qcom/msm8992.dtsi              |  4 --
 .../dts/qcom/msm8994-huawei-angler-rev-101.dts     | 19 +++++-
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi             | 79 +++++++---------------
 arch/arm64/boot/dts/qcom/sm8250.dtsi               |  1 -
 arch/arm64/boot/dts/qcom/sm8350.dtsi               |  4 +-
 7 files changed, 108 insertions(+), 82 deletions(-)