[GIT PULL] ARM: SoC fixes for 6.4, part 3

From: Arnd Bergmann
Date: Fri Jun 23 2023 - 16:58:01 EST


The following changes since commit 858fd168a95c5b9669aac8db6c14a9aeab446375:

Linux 6.4-rc6 (2023-06-11 14:35:30 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-6.4-3

for you to fetch changes up to ed8ff046eddd916627e1e9a549eacd9c043fde7d:

Merge tag 'qcom-arm64-fixes-for-6.4-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes (2023-06-23 22:13:27 +0200)

----------------------------------------------------------------
ARM: SoC fixes for 6.4, part 3

The final bug fixes for Qualcomm and Rockchips came in, all of them
for devicetree files:

- Devices on Qualcomm SC7180/SC7280 that are cache coherent are now
marked so correctly to fix a regression after a change in kernel behavior.

- Rockchips has a few minor changes for correctness of regulator and cache
properties, as well as fixes for incorrect behavior of the RK3568 PCI
controller and reset pins on two boards.

----------------------------------------------------------------
Andrew Powers-Holmes (1):
arm64: dts: rockchip: Fix rk356x PCIe register and range mappings

Arnd Bergmann (2):
Merge tag 'v6.4-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes
Merge tag 'qcom-arm64-fixes-for-6.4-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes

Douglas Anderson (4):
dt-bindings: firmware: qcom,scm: Document that SCM can be dma-coherent
arm64: dts: qcom: sc7180: Mark SCM as dma-coherent for IDP
arm64: dts: qcom: sc7180: Mark SCM as dma-coherent for trogdor
arm64: dts: qcom: sc7280: Mark SCM as dma-coherent for chrome devices

Krzysztof Kozlowski (1):
arm64: dts: rockchip: add missing cache properties

Lorenz Brun (1):
arm64: dts: rockchip: fix USB regulator on ROCK64

Nicolas Frattaroli (1):
arm64: dts: rockchip: fix nEXTRST on SOQuartz

Tianling Shen (1):
arm64: dts: rockchip: fix button reset pin for nanopi r5c

.../devicetree/bindings/firmware/qcom,scm.yaml | 2 ++
arch/arm64/boot/dts/qcom/sc7180-idp.dts | 5 ++++
arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 5 ++++
arch/arm64/boot/dts/qcom/sc7180.dtsi | 2 +-
arch/arm64/boot/dts/qcom/sc7280-chrome-common.dtsi | 5 ++++
arch/arm64/boot/dts/qcom/sc7280.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3308.dtsi | 1 +
arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | 14 ++---------
arch/arm64/boot/dts/rockchip/rk3328.dtsi | 1 +
.../boot/dts/rockchip/rk3566-soquartz-cm4.dts | 18 ++++++++------
arch/arm64/boot/dts/rockchip/rk3566-soquartz.dtsi | 29 ++++++++++------------
arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5c.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5s.dts | 1 -
arch/arm64/boot/dts/rockchip/rk3568.dtsi | 14 ++++++-----
arch/arm64/boot/dts/rockchip/rk356x.dtsi | 7 +++---
arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 9 +++++++
16 files changed, 69 insertions(+), 48 deletions(-)