]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'qcom-arm64-fixes-for-6.4-2' of https://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Fri, 23 Jun 2023 20:13:22 +0000 (22:13 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 23 Jun 2023 20:13:27 +0000 (22:13 +0200)
commited8ff046eddd916627e1e9a549eacd9c043fde7d
tree4c0d26b3c18c844ffde9498a143ab6af20d57c16
parent5b017b5ed2bccfdb9a26c8ddb89f093fb8f8a94c
parent7b59e8ae92fe089fed8ff1b23e53442ae5b204c9
Merge tag 'qcom-arm64-fixes-for-6.4-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes

One last Qualcomm ARM64 DeviceTree fix for v6.4

Changes related to cache management for DMA memory caused WiFi to stop
work on SC7180 and SC7280 based products, using TF-A. These changes
marks the relevant device dma-coherent to correct the behavior.

* tag 'qcom-arm64-fixes-for-6.4-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux:
  arm64: dts: qcom: sc7280: Mark SCM as dma-coherent for chrome devices
  arm64: dts: qcom: sc7180: Mark SCM as dma-coherent for trogdor
  arm64: dts: qcom: sc7180: Mark SCM as dma-coherent for IDP
  dt-bindings: firmware: qcom,scm: Document that SCM can be dma-coherent

Link: https://lore.kernel.org/r/20230622203248.106422-1-andersson@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>