[GIT PULL] Arm SoC fixes for 6.8, part 3

From: Arnd Bergmann
Date: Wed Mar 06 2024 - 06:19:50 EST


The following changes since commit 90d35da658da8cff0d4ecbb5113f5fac9d00eb72:

Linux 6.8-rc7 (2024-03-03 13:02:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 1c7cfb6158f6678374ed42393b013b379b4c3964:

Merge tag 'riscv-firmware-for-v6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into arm/fixes (2024-03-06 07:42:08 +0100)

----------------------------------------------------------------
Arm SoC fixes for 6.8, part 3

These should be the final fixes for the soc tree for 6.8, as usual
they mostly deal wtih dts files:

- Qualcomm fixes for pcie4 on sc8280xp, a revert of msm8996 mpm support,
sm6115 interconnect and sm8650 gpio.

- Two fixes for Tegra234 ethernet

- A Makefile fix to actually build the allwinner based orange pi zero 2w
device tree

- Fixes for clocks and reset on imx8mp and a DSI display regression
on imx7.

The non-DT fixes are:

- Firmware fixes addressing a kernel panic in op-tee and a minor regression
in microchip/riscv.

- A defconfig change to bring back backlight support after a Kconfig change

----------------------------------------------------------------
Arnd Bergmann (7):
Merge tag 'sunxi-fixes-for-6.8-1' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes
Merge tag 'qcom-arm64-fixes-for-6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
Merge tag 'imx-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
Merge tag 'tegra-for-6.8-arm64-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/fixes
Merge tag 'optee-fix-for-v6.8' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
Merge tag 'qcom-arm64-fixes-for-6.8-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
Merge tag 'riscv-firmware-for-v6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into arm/fixes

Daniel Baluta (1):
MAINTAINERS: Use a proper mailinglist for NXP i.MX development

Dawei Li (1):
firmware: microchip: Fix over-requested allocation size

Dmitry Baryshkov (1):
Revert "arm64: dts: qcom: msm8996: Hook up MPM"

Fabio Estevam (1):
ARM: imx_v6_v7_defconfig: Restore CONFIG_BACKLIGHT_CLASS_DEVICE

Francesco Dolcini (1):
ARM: dts: imx7: remove DSI port endpoints

Jernej Skrabec (1):
arm64: dts: allwinner: h616: Add Orange Pi Zero 2W to Makefile

Johan Hovold (2):
arm64: dts: qcom: sc8280xp-crd: limit pcie4 link speed
arm64: dts: qcom: sc8280xp-x13s: limit pcie4 link speed

Jon Hunter (1):
arm64: tegra: Fix Tegra234 MGBE power-domains

Konrad Dybcio (1):
arm64: dts: qcom: sm6115: Fix missing interconnect-names

Liu Ying (1):
arm64: dts: imx8mp: Fix LDB clocks property

Marek Vasut (1):
arm64: dts: imx8mp: Fix TC9595 reset GPIO on DH i.MX8M Plus DHCOM SoM

Neil Armstrong (2):
arm64: dts: qcom: sm8650-qrd: add gpio74 as reserved gpio
arm64: dts: qcom: sm8650-mtp: add gpio74 as reserved gpio

Sumit Garg (1):
tee: optee: Fix kernel panic caused by incorrect error handling

Thierry Reding (1):
arm64: tegra: Set the correct PHY mode for MGBE

MAINTAINERS | 16 ++++-----
arch/arm/boot/dts/nxp/imx/imx7s.dtsi | 26 ---------------
arch/arm/configs/imx_v6_v7_defconfig | 1 +
arch/arm64/boot/dts/allwinner/Makefile | 1 +
.../arm64/boot/dts/freescale/imx8mp-dhcom-som.dtsi | 2 +-
arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 +-
.../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts | 2 +-
arch/arm64/boot/dts/nvidia/tegra234.dtsi | 6 ++--
arch/arm64/boot/dts/qcom/msm8996.dtsi | 39 ++++------------------
arch/arm64/boot/dts/qcom/sc8280xp-crd.dts | 2 ++
.../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 2 ++
arch/arm64/boot/dts/qcom/sm6115.dtsi | 3 ++
arch/arm64/boot/dts/qcom/sm8650-mtp.dts | 2 +-
arch/arm64/boot/dts/qcom/sm8650-qrd.dts | 2 +-
drivers/firmware/microchip/mpfs-auto-update.c | 3 +-
drivers/tee/optee/device.c | 3 +-
16 files changed, 35 insertions(+), 77 deletions(-)