mbox series

[GIT,PULL] Qualcomm ARM64 DTS fixes for 6.1

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

Pull-request

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

Message

Bjorn Andersson Nov. 10, 2022, 4:06 a.m. UTC
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

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

for you to fetch changes up to cadaa773bcf161184fa428180516bae33a7bc667:

  arm64: dts: qcom: sm8250: Disable the not yet supported cluster idle state (2022-10-28 16:18:59 -0500)

----------------------------------------------------------------
Qualcomm ARM64 DTS fixes for 6.1

This fixes the APCS register region on IPQ8074 to not overlap
with adjacent nodes.

It lists the valid LDO modes on a variety of platforms, as this is not
required by the binding and implementation.

The reference clocks for the two UFS instances on SC8280XP are
corrected, to avoid relying on the state left by most versions of the
bootloader.

A number of issues are corrected with regards to the QMP PHY register
ranges on SC8280XP.

SC7280 gains a missing lpass reset region.

Lastly cluster idle is termporarily disabled on SM8250 to avoid issues
with booting the platform, until the last missing pieces lands.

----------------------------------------------------------------
Brian Masney (1):
      arm64: dts: qcom: sc8280xp: correct ref clock for ufs_mem_phy

Dmitry Baryshkov (1):
      Revert "arm64: dts: qcom: msm8996: add missing TCSR syscon compatible"

Douglas Anderson (6):
      arm64: dts: qcom: sa8155p-adp: Specify which LDO modes are allowed
      arm64: dts: qcom: sa8295p-adp: Specify which LDO modes are allowed
      arm64: dts: qcom: sc8280xp-crd: Specify which LDO modes are allowed
      arm64: dts: qcom: sm8150-xperia-kumano: Specify which LDO modes are allowed
      arm64: dts: qcom: sm8250-xperia-edo: Specify which LDO modes are allowed
      arm64: dts: qcom: sm8350-hdk: Specify which LDO modes are allowed

Johan Hovold (6):
      arm64: dts: qcom: sc8280xp: fix ufs_card_phy ref clock
      arm64: dts: qcom: sc8280xp: fix USB0 PHY PCS_MISC registers
      arm64: dts: qcom: sc8280xp: fix USB1 PHY RX1 registers
      arm64: dts: qcom: sc8280xp: fix USB PHY PCS registers
      arm64: dts: qcom: sc8280xp: drop broken DP PHY nodes
      arm64: dts: qcom: sc8280xp: fix UFS PHY serdes size

Robert Marko (1):
      arm64: dts: qcom: ipq8074: correct APCS register space size

Satya Priya (1):
      arm64: dts: qcom: sc7280: Add the reset reg for lpass audiocc on SC7280

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

 arch/arm64/boot/dts/qcom/ipq8074.dtsi              |  2 +-
 arch/arm64/boot/dts/qcom/msm8996.dtsi              |  2 +-
 arch/arm64/boot/dts/qcom/sa8155p-adp.dts           | 13 +++++++-
 arch/arm64/boot/dts/qcom/sa8295p-adp.dts           | 12 ++++++++
 arch/arm64/boot/dts/qcom/sc7280.dtsi               |  3 +-
 arch/arm64/boot/dts/qcom/sc8280xp-crd.dts          |  6 ++++
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi             | 36 +++++-----------------
 .../boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi   |  6 ++++
 .../boot/dts/qcom/sm8250-sony-xperia-edo.dtsi      |  6 ++++
 arch/arm64/boot/dts/qcom/sm8250.dtsi               |  1 +
 arch/arm64/boot/dts/qcom/sm8350-hdk.dts            | 12 ++++++++
 11 files changed, 67 insertions(+), 32 deletions(-)