mbox series

[GIT,PULL] i.MX fixes for 6.13

Message ID Z3Jf9zbv/xH3YzuB@dragon (mailing list archive)
State New
Headers show
Series [GIT,PULL] i.MX fixes for 6.13 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-6.13

Message

Shawn Guo Dec. 30, 2024, 8:55 a.m. UTC
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-6.13

for you to fetch changes up to 5f122030061db3e5d2bddd9cf5c583deaa6c54ff:

  ARM: dts: imxrt1050: Fix clocks for mmc (2024-12-09 20:40:23 +0800)

----------------------------------------------------------------
i.MX fixes for 6.13:

- Add fallback for i.MX8QM ESAI compatible to fix a dt-schema warning
  caused by bindings update
- Fix uSDHC1 clock for i.MX RT1050
- Enable SND_SOC_SPDIF in imx_v6_v7_defconfig to fix a regression caused
  by an i.MX6 SPDIF sound card change in DT
- Fix address length of i.MX95 netcmix_blk_ctrl

----------------------------------------------------------------
Frank Li (1):
      arm64: dts: imx8-ss-audio: add fallback compatible string fsl,imx6ull-esai for esai

Jesse Taube (1):
      ARM: dts: imxrt1050: Fix clocks for mmc

Stefan Eichenberger (1):
      ARM: imx_v6_v7_defconfig: enable SND_SOC_SPDIF

Wei Fang (1):
      arm64: dts: imx95: correct the address length of netcmix_blk_ctrl

 arch/arm/boot/dts/nxp/imx/imxrt1050.dtsi           | 2 +-
 arch/arm/configs/imx_v6_v7_defconfig               | 1 +
 arch/arm64/boot/dts/freescale/imx8-ss-audio.dtsi   | 2 +-
 arch/arm64/boot/dts/freescale/imx8qm-ss-audio.dtsi | 2 +-
 arch/arm64/boot/dts/freescale/imx95.dtsi           | 2 +-
 5 files changed, 5 insertions(+), 4 deletions(-)