soc: fixes for 6.16, part 2
Arnd Bergmann
arnd at arndb.de
Tue Jul 15 06:13:31 PDT 2025
The following changes since commit 3f3fb97374308993dbe8884f44c2579a81b90bfa:
Merge tag 'apple-soc-fixes-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/sven/linux into arm/fixes (2025-07-03 16:27:31 +0200)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-6.16-2
for you to fetch changes up to 8f0837fdc5d832f0cd953f66db0cbfb2fa8909d2:
Merge tag 'qcom-arm64-defconfig-fixes-for-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes (2025-07-11 13:41:10 +0200)
----------------------------------------------------------------
soc: fixes for 6.16, part 2
There are 18 devicetree fixes for three arm64 plaforms: Qualcomm Snapdragon,
Rockchips and NXP i.MX. These get updated to more correctly describe the
hardware, fixing issues with:
- real-time clock on Snapdragon based laptops
- SD card detection, PCI probing and HDMI/DDC communication on
Rockchips
- Ethernet and SPI probing on certain i.MX based boards
- A regression with the i.MX watchdog
Aside from the devicetree fixes, there are two additional fixes for the
merged ASPEED LPC snoop driver that saw some changes in 6.16, and one
additional driver enabled in arm64 defconfig to fix CPU frequency scaling.
Signed-off-by: Arnd Bergmann <arnd at arndb.de>
----------------------------------------------------------------
Alexey Charkov (1):
arm64: dts: rockchip: list all CPU supplies on ArmSoM Sige5
Andrew Jeffery (2):
soc: aspeed: lpc-snoop: Cleanup resources in stack-order
soc: aspeed: lpc-snoop: Don't disable channels that aren't enabled
Andy Yan (3):
arm64: dts: rockchip: Adjust the HDMI DDC IO driver strength for rk3588
arm64: dts: rockchip: Add cd-gpios for sdcard detect on Cool Pi CM5
arm64: dts: rockchip: Add cd-gpios for sdcard detect on Cool Pi 4B
Arnd Bergmann (5):
Merge tag 'imx-fixes-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
Merge tag 'v6.16-rockchip-dtsfixes1' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes
Merge tag 'aspeed-6.16-fixes-0' of https://git.kernel.org/pub/scm/linux/kernel/git/bmc/linux into arm/fixes
Merge tag 'qcom-arm64-fixes-for-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
Merge tag 'qcom-arm64-defconfig-fixes-for-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
Bjorn Andersson (1):
arm64: defconfig: Enable Qualcomm CPUCP mailbox driver
Diederik de Haas (1):
arm64: dts: rockchip: Add missing fan-supply to rk3566-quartz64-a
Francesco Dolcini (1):
arm64: dts: freescale: imx8mm-verdin: Keep LDO5 always on
Jakob Unterwurzacher (1):
arm64: dts: rockchip: use cs-gpios for spi1 on ringneck
Johan Hovold (2):
arm64: dts: qcom: sc8280xp-x13s: describe uefi rtc offset
arm64: dts: qcom: x1e80100: describe uefi rtc offset
Meng Li (1):
arm64: dts: add big-endian property back into watchdog node
Richard Zhu (1):
arm64: dts: imx95: Correct the DMA interrupter number of pcie0_ep
Shawn Lin (1):
arm64: dts: rockchip: fix rk3576 pcie1 linux,pci-domain
Tim Harvey (4):
arm64: dts: imx8mp-venice-gw71xx: fix TPM SPI frequency
arm64: dts: imx8mp-venice-gw72xx: fix TPM SPI frequency
arm64: dts: imx8mp-venice-gw73xx: fix TPM SPI frequency
arm64: dts: imx8mp-venice-gw74xx: fix TPM SPI frequency
Wei Fang (2):
arm64: dts: imx95-19x19-evk: fix the overshoot issue of NETC
arm64: dts: imx95-15x15-evk: fix the overshoot issue of NETC
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 3 +-
arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi | 1 +
.../boot/dts/freescale/imx8mp-venice-gw71xx.dtsi | 2 +-
.../boot/dts/freescale/imx8mp-venice-gw72xx.dtsi | 2 +-
.../boot/dts/freescale/imx8mp-venice-gw73xx.dtsi | 2 +-
.../boot/dts/freescale/imx8mp-venice-gw74xx.dts | 2 +-
arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts | 20 ++++++-------
arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts | 12 ++++----
arch/arm64/boot/dts/freescale/imx95.dtsi | 2 +-
.../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 2 ++
arch/arm64/boot/dts/qcom/x1e80100-pmics.dtsi | 1 +
arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi | 23 ++++++++++++++
arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts | 1 +
.../boot/dts/rockchip/rk3576-armsom-sige5.dts | 28 +++++++++++++++++
arch/arm64/boot/dts/rockchip/rk3576.dtsi | 2 +-
.../boot/dts/rockchip/rk3588-base-pinctrl.dtsi | 20 ++++++-------
.../arm64/boot/dts/rockchip/rk3588-coolpi-cm5.dtsi | 1 +
.../boot/dts/rockchip/rk3588-extra-pinctrl.dtsi | 5 ++--
arch/arm64/boot/dts/rockchip/rk3588s-coolpi-4b.dts | 1 +
arch/arm64/boot/dts/rockchip/rockchip-pinconf.dtsi | 35 ++++++++++++++++++++++
arch/arm64/configs/defconfig | 1 +
drivers/soc/aspeed/aspeed-lpc-snoop.c | 13 +++++++-
22 files changed, 143 insertions(+), 36 deletions(-)
More information about the linux-arm-kernel
mailing list