[GIT PULL] i.MX fixes for 6.17, round 2
From: Shawn Guo <hidden>
Date: 2025-09-12 14:23:51
Also in:
imx
The following changes since commit 37e5caa5571b5a60b0c835a0bc09ab1e53f57bfe: arm64: dts: imx95: Fix JPEG encoder node assigned clock (2025-08-22 17:45:30 +0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-6.17-2 for you to fetch changes up to a50342f976d25aace73ff551845ce89406f48f35: arm64: dts: imx8mp: Correct thermal sensor index (2025-09-11 11:25:04 +0800) ---------------------------------------------------------------- i.MX fixes for 6.17, round 2: - Fix mach-imx Kconfig to select the correct PIT timer option (Lukas Bulwahn) - Correct thermal sensor index for i.MX8MP device tree (Peng Fan) - Fix i.MX SCMI build error by adding stub API functions (Peng Fan) ---------------------------------------------------------------- Lukas Bulwahn (1): ARM: imx: Kconfig: Adjust select after renamed config option Peng Fan (4): firmware: imx: Add stub functions for SCMI MISC API firmware: imx: Add stub functions for SCMI LMM API firmware: imx: Add stub functions for SCMI CPU API arm64: dts: imx8mp: Correct thermal sensor index arch/arm/mach-imx/Kconfig | 2 +- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 4 +-- include/linux/firmware/imx/sm.h | 47 +++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+), 3 deletions(-)