mbox series

[GIT,PULL] i.MX fixes for 6.5, 2nd round

Message ID 20230809100034.GS151430@dragon (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] i.MX fixes for 6.5, 2nd round | expand

Pull-request

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

Message

Shawn Guo Aug. 9, 2023, 10 a.m. UTC
The following changes since commit 53cab4d871690c49fac87c657cbf459e39c5b93b:

  soc: imx: imx8mp-blk-ctrl: register HSIO PLL clock as bus_power_dev child (2023-07-19 15:44:02 +0800)

are available in the Git repository at:

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

for you to fetch changes up to 78e869dd8b2ba19765ac9b05cdea3e432d1dc188:

  arm64: dts: imx93: Fix anatop node size (2023-08-06 11:50:04 +0800)

----------------------------------------------------------------
i.MX fixes for 6.5, 2nd round:

- Fix i.MX93 ANATOP 'reg' resource size to avoid overlapping with TMU
  memory area.
- Fix RTC interrupt level on imx6qdl-phytec-mira board.
- Remove LDB endpoint from from the common imx6sx.dtsi as it causes
  regression for boards that has the LCDIF connected directly to
  a parallel display.
- Drop CSI1 PHY reference clock configuration from i.MX8MM/N device tree
  to avoid overclocking.
- Set a proper default tuning step for i.MX6SX and i.MX7D uSDHC to fix
  a tuning failure seen with some SD cards.

----------------------------------------------------------------
Alexander Stein (1):
      arm64: dts: imx93: Fix anatop node size

Andrej Picej (1):
      ARM: dts: imx6: phytec: fix RTC interrupt level

Fabio Estevam (2):
      ARM: dts: imx6sx: Remove LDB endpoint
      arm64: dts: imx8mm: Drop CSI1 PHY reference clock configuration

Marek Vasut (1):
      arm64: dts: imx8mn: Drop CSI1 PHY reference clock configuration

Xiaolei Wang (2):
      ARM: dts: imx: Set default tuning step for imx7d usdhc
      ARM: dts: imx: Set default tuning step for imx6sx usdhc

 arch/arm/boot/dts/nxp/imx/imx6qdl-phytec-mira.dtsi |  2 +-
 arch/arm/boot/dts/nxp/imx/imx6sx.dtsi              | 14 ++++++++------
 arch/arm/boot/dts/nxp/imx/imx7s.dtsi               |  6 ++++++
 arch/arm64/boot/dts/freescale/imx8mm.dtsi          |  7 +++----
 arch/arm64/boot/dts/freescale/imx8mn.dtsi          |  6 ++----
 arch/arm64/boot/dts/freescale/imx93.dtsi           |  2 +-
 6 files changed, 21 insertions(+), 16 deletions(-)