mbox series

[GIT,PULL] Qualcomm ARM64 DeviceTree fixes for 5.17

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

Pull-request

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

Message

Bjorn Andersson March 1, 2022, 3:35 a.m. UTC
Sorry for the late fixes request. If it's too late, please merge it towards
v5.18.

Thanks,
Bjorn

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

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

for you to fetch changes up to 382e3e0eb6a83f1cf73d4dfa3448ade1ed721f22:

  arm64: dts: qcom: c630: disable crypto due to serror (2022-02-14 21:50:11 -0600)

----------------------------------------------------------------
Qualcomm ARM64 DeviceTree fixes for 5.17

This starts off by fixing an issue introduced in a bug fix in the
global clock controller, where the symbol clocks for UFS would
end up picking the wrong parent clock which breaks UFS.

It then makes sure that the reference clock for the USB blocks are
enabled, even with booting without clk_ignore_unused.

It corrects the apps SMMU interrupts defintion by adding a missing
interrupt in the list.

Lastly it disables the Qualcomm crypto hardware (for now) on the Lenovo
Yoga C630, to prevent the cryptomanager tests during boot from crashing
the device.

----------------------------------------------------------------
Bjorn Andersson (1):
      arm64: dts: qcom: sm8350: Correct UFS symbol clocks

Jonathan Marek (2):
      arm64: dts: qcom: sm8450: enable GCC_USB3_0_CLKREF_EN for usb
      arm64: dts: qcom: sm8450: fix apps_smmu interrupts

Steev Klimaszewski (1):
      arm64: dts: qcom: c630: disable crypto due to serror

 .../boot/dts/qcom/sdm850-lenovo-yoga-c630.dts      |  5 ++++
 arch/arm64/boot/dts/qcom/sm8350.dtsi               | 28 ++++++++++++++++++----
 arch/arm64/boot/dts/qcom/sm8450.dtsi               |  8 ++++---
 3 files changed, 33 insertions(+), 8 deletions(-)