mbox series

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

Message ID 20211211015625.GK4216@dragon
State New
Headers show
Series [GIT,PULL] i.MX fixes for 5.16, round 2 | expand

Pull-request

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

Message

Shawn Guo Dec. 11, 2021, 2:01 a.m. UTC
The following changes since commit c88c5e461939a06ae769a01649d5c6b5a156f883:

  arm64: dts: ten64: remove redundant interrupt declaration for gpio-keys (2021-11-23 20:25:34 +0800)

are available in the Git repository at:

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

for you to fetch changes up to 4ebd29f91629e69da7d57390cdc953772eee03ab:

  soc: imx: Register SoC device only on i.MX boards (2021-12-08 20:30:00 +0800)

----------------------------------------------------------------
i.MX fixes for 5.16, round 2:

- One fix on imx8m-blk-ctrl driver to get i.MX8MM MIPI reset work
  properly
- Fix CSI_DATA07__ESAI_TX0 pad name in i.MX7ULL pin function header
- Remove interconnect property from i.MX8MQ LCDIF device to fix the
  regression that LCDIF driver stops probe, because interconnect
  provider driver (imx-bus) hasn't been fully working.
- Fix soc-imx driver to register SoC device only on i.MX platform.

----------------------------------------------------------------
Adam Ford (1):
      soc: imx: imx8m-blk-ctrl: Fix imx8mm mipi reset

Fabio Estevam (1):
      ARM: dts: imx6ull-pinfunc: Fix CSI_DATA07__ESAI_TX0 pad name

Martin Kepplinger (1):
      arm64: dts: imx8mq: remove interconnect property from lcdif

Stephan Gerhold (1):
      soc: imx: Register SoC device only on i.MX boards

 arch/arm/boot/dts/imx6ull-pinfunc.h       |  2 +-
 arch/arm64/boot/dts/freescale/imx8mq.dtsi |  2 --
 drivers/soc/imx/imx8m-blk-ctrl.c          | 19 +++++++++++++++++++
 drivers/soc/imx/soc-imx.c                 |  4 ++++
 4 files changed, 24 insertions(+), 3 deletions(-)