mbox series

[GIT,PULL] i.MX fixes for 6.11

Message ID ZrtsTO1+jXhJ6GSM@dragon (mailing list archive)
State New
Headers show
Series [GIT,PULL] i.MX fixes for 6.11 | expand

Pull-request

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

Message

Shawn Guo Aug. 13, 2024, 2:23 p.m. UTC
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f149be46e4c13e277e013c0fff13cb2aa7a4399c:

  arm64: dts: imx8mm-phygate: fix typo pinctrcl-0 (2024-08-13 16:37:14 +0800)

----------------------------------------------------------------
i.MX fixes for 6.11:

- One imx8mp-beacon-kit change from Adam Ford to fix the broken WM8962
  audio support
- One pinctrl property typo fix for imx8mm-phygate
- One layerscape fix from Krzysztof Kozlowski to get thermal nodes
  correct name length
- A couple of imx93-tqma9352 fixes from Markus Niebel, one on CMA
  alloc-ranges and the other on SD-Card cd-gpios typo
- One change from Michal Vokáč to fix imx6dl-yapp43 LED current to match
  the HW design
- A couple of imx95 fixes from Peng Fan, one to correct a55 power
  domains and the other to correct L3Cache cache-sets
- One tqma9352 watchdog reset fix from Sascha Hauer
- One imx93 change from Shenwei Wang to fix the default value for STMMAC
  EQOS snps,clk-csr

----------------------------------------------------------------
Adam Ford (1):
      arm64: dts: imx8mp-beacon-kit: Fix Stereo Audio on WM8962

Frank Li (1):
      arm64: dts: imx8mm-phygate: fix typo pinctrcl-0

Krzysztof Kozlowski (1):
      arm64: dts: layerscape: fix thermal node names length

Markus Niebel (2):
      arm64: dts: freescale: imx93-tqma9352: fix CMA alloc-ranges
      arm64: dts: freescale: imx93-tqma9352-mba93xxla: fix typo

Michal Vokáč (1):
      ARM: dts: imx6dl-yapp43: Increase LED current to match the yapp4 HW design

Peng Fan (2):
      arm64: dts: imx95: correct a55 power-domains
      arm64: dts: imx95: correct L3Cache cache-sets

Sascha Hauer (1):
      arm64: dts: freescale: tqma9352: Fix watchdog reset

Shenwei Wang (1):
      arm64: dts: imx93: update default value for snps,clk-csr

 arch/arm/boot/dts/nxp/imx/imx6dl-yapp43-common.dtsi        | 12 ++++++------
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi             |  2 +-
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi             |  2 +-
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi             |  2 +-
 arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi             |  2 +-
 arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi             |  8 ++++----
 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi             |  2 +-
 .../dts/freescale/imx8mm-phygate-tauri-l-rs232-rs232.dtso  |  2 +-
 .../dts/freescale/imx8mm-phygate-tauri-l-rs232-rs485.dtso  |  2 +-
 arch/arm64/boot/dts/freescale/imx8mp-beacon-kit.dts        | 12 +++++-------
 arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts |  2 +-
 arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi          |  3 ++-
 arch/arm64/boot/dts/freescale/imx93.dtsi                   |  2 +-
 arch/arm64/boot/dts/freescale/imx95.dtsi                   | 14 +++++++-------
 14 files changed, 33 insertions(+), 34 deletions(-)