mbox series

[GIT,PULL] Qualcomm ARM64 DTS fixes for 5.15

Message ID 20210930025509.1091-1-bjorn.andersson@linaro.org
State New
Headers show
Series [GIT,PULL] Qualcomm ARM64 DTS fixes for 5.15 | expand

Pull-request

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

Message

Bjorn Andersson Sept. 30, 2021, 2:55 a.m. UTC
The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -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-5.15

for you to fetch changes up to 1878f4b7ec9ed013da8a7efb63fed1fbae0215ae:

  arm64: dts: qcom: sdm630: Add missing a2noc qos clocks (2021-09-24 10:05:22 -0500)

----------------------------------------------------------------
Qualcomm ARM64 DTS fixes for 5.15

This starts by reverting the SC7280 CPUfreq update, which was merged
before concensus about the associated drivers changes was reached.

It then moves the reserved-memory changes done to get IPA working on the
Lenovo Yoga C630 into the Yoga specific DTS, as changing the memory map
on the platform level did break a couple of the other boards.

It fixes the HDMI audio on Trogdor and add missing Aggre2 NOC qos clocks
on SDM6{30,36,60} which prevented some boards from booting.

Lastly it enables the PON module on SM8250/QRB5165, as the lack thereof
is blocking automated testing in LKFT.

----------------------------------------------------------------
Amit Pundir (1):
      arm64: dts: qcom: sdm850-yoga: Reshuffle IPA memory mappings

Dmitry Baryshkov (3):
      arm64: dts: qcom: pm8150: use qcom,pm8998-pon binding
      arm64: dts: qcom: pm8150: specify reboot mode magics
      arm64: dts: qcom: qrb5165-rb5: enabled pwrkey and resin nodes

Douglas Anderson (1):
      Revert "arm64: dts: qcom: sc7280: Fixup the cpufreq node"

Shawn Guo (1):
      arm64: dts: qcom: sdm630: Add missing a2noc qos clocks

Stephen Boyd (1):
      arm64: dts: qcom: sc7180-trogdor: Fix lpass dai link for HDMI

 arch/arm64/boot/dts/qcom/pm8150.dtsi               |  4 ++-
 arch/arm64/boot/dts/qcom/qrb5165-rb5.dts           | 10 +++++++
 arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi       |  9 +++---
 arch/arm64/boot/dts/qcom/sc7280.dtsi               |  6 ++--
 arch/arm64/boot/dts/qcom/sdm630.dtsi               | 15 ++++++++--
 arch/arm64/boot/dts/qcom/sdm845.dtsi               | 21 ++++++++-----
 .../boot/dts/qcom/sdm850-lenovo-yoga-c630.dts      | 34 ++++++++++++++++++++++
 7 files changed, 80 insertions(+), 19 deletions(-)

Comments

Arnd Bergmann Oct. 5, 2021, 1:54 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Wed, 29 Sep 2021 21:55:09 -0500, Bjorn Andersson wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -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-5.15
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: 04e0ae8d2b96a3d992e1024b215071c61e45512f

       Arnd