[GIT PULL] SoC fixes for 7.2, part 2

From: Arnd Bergmann

Date: Wed Aug 05 2026 - 04:18:56 EST


The following changes since commit 1590cf0329716306e948a8fc29f1d3ee87d3989f:

Linux 7.2-rc4 (2026-07-19 13:54:41 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-7.2-2

for you to fetch changes up to c7a127371ce5dc3d073cc69ba70145c2c420d8e2:

Merge tag 'aspeed-7.3-maintainers-0' of https://git.kernel.org/pub/scm/linux/kernel/git/bmc/linux into arm/fixes (2026-08-04 21:33:56 +0200)

----------------------------------------------------------------
SoC fixes for 7.2, part 2

The majority of the fixes this time is for Qualcomm devicetree files,
addressing various incorrect settings in chip specific dtsi files that
prevent some feature from working correctly.

Another three such issues are addressed on the Broadcom bcm5301x and
bcm2712 SoC platforms.

Two minor issues are addressed in nuvoton and aspeed specific SoC drivers,
and the MAINTAINERS file is updated to add Billy Tsai and Ryan Chen as
aspeed reviewers as well as clarify the NXP/Freescale entries.

----------------------------------------------------------------
Akhil P Oommen (1):
arm64: dts: qcom: purwa: Fix GPU IOMMU property

Alexander Koskovich (1):
arm64: dts: qcom: sm8650: Fix IPA IMEM slice

Arnd Bergmann (7):
Merge tag 'arm-soc/for-7.2/devicetree-arm64-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
Merge tag 'imx-maintainers-7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/frank.li/linux into arm/fixes
Merge tag 'qcom-arm64-fixes-for-7.2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
Merge tag 'arm-soc/for-7.2/devicetree-fixes-v2' of https://github.com/Broadcom/stblinux into arm/fixes
Merge tag 'aspeed-7.2-driver-fixes-0' of https://git.kernel.org/pub/scm/linux/kernel/git/bmc/linux into arm/fixes
Merge tag 'nuvoton-7.2-arm-fixes-0' of https://git.kernel.org/pub/scm/linux/kernel/git/bmc/linux into arm/fixes
Merge tag 'aspeed-7.3-maintainers-0' of https://git.kernel.org/pub/scm/linux/kernel/git/bmc/linux into arm/fixes

Billy Tsai (1):
MAINTAINERS: add Ryan Chen and Billy Tsai as reviewer for ARM/ASPEED

Bjorn Andersson (2):
arm64: dts: qcom: glymur: fix PCIe SMMU interrupts
arm64: dts: qcom: glymur: fix QUP serial engine IRQs

Daniel Drake (1):
arm64: dts: broadcom: bcm2712: Remove non-functional EL2 virtual timer

Dmitry Baryshkov (1):
arm64: dts: qcom: sdm850-lenovo-yoga-c630: lower PSCI cluster idle

Frank Li (1):
MAINTAINERS: ARM/FREESCALE: merge Layerscape entry into i.MX entry

Karthikeyan KS (1):
soc: aspeed: lpc-snoop: Fix usercopy overflow in snoop_file_read

Krzysztof Kozlowski (2):
arm64: dts: qcom: monaco: Add default GIC address cells
arm64: dts: qcom: eliza: Fix DSI1 phy reference clock rate

Pengyu Luo (2):
arm64: dts: qcom: sc8280xp: add several missing pdc map entries
arm64: dts: qcom: sc8280xp: gaokun3: correct EC interrupt pin

Rosen Penev (2):
ARM: dts: BCM5301X: fix PCIe controller 2 second interrupt
ARM: dts: BCM5301X: EA9200: fix NVRAM size

Yuho Choi (1):
ARM: npcm: Fix OF node refcount leaks in SMP setup

MAINTAINERS | 15 ++-------
arch/arm/boot/dts/broadcom/bcm-ns.dtsi | 2 +-
.../boot/dts/broadcom/bcm4709-linksys-ea9200.dts | 2 +-
arch/arm/mach-npcm/platsmp.c | 2 ++
arch/arm64/boot/dts/broadcom/bcm2712.dtsi | 2 --
arch/arm64/boot/dts/qcom/eliza.dtsi | 2 +-
arch/arm64/boot/dts/qcom/glymur.dtsi | 32 +++++++++---------
arch/arm64/boot/dts/qcom/monaco.dtsi | 1 +
arch/arm64/boot/dts/qcom/purwa.dtsi | 2 ++
.../boot/dts/qcom/sc8280xp-huawei-gaokun3.dts | 2 +-
arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 4 +--
.../boot/dts/qcom/sdm850-lenovo-yoga-c630.dts | 4 +++
arch/arm64/boot/dts/qcom/sm8650.dtsi | 4 +--
drivers/soc/aspeed/Makefile | 1 +
drivers/soc/aspeed/aspeed-lpc-snoop.c | 38 +++++++++++++++-------
15 files changed, 63 insertions(+), 50 deletions(-)