mbox series

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

Message ID 20220426013427.GB14615@dragon
State New
Headers show
Series [GIT,PULL] i.MX fixes for 5.18, 2nd round | expand

Pull-request

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

Message

Shawn Guo April 26, 2022, 1:34 a.m. UTC
The following changes since commit f571e9c9aafed2fbd60fd99aa4b9823221338b98:

  arm64: dts: imx: Fix imx8*-var-som touchscreen property sizes (2022-04-11 09:38:07 +0800)

are available in the Git repository at:

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

for you to fetch changes up to 0310b5aa0656a94102344f1e9ae2892e342a665d:

  arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock (2022-04-24 21:16:18 +0800)

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

- Fix one sparse warning on imx-weim driver.
- Fix vqmmc regulator to get UHS-I mode work on imx6ull-colibri board.
- Add missing 32.768 kHz PMIC clock for imx8mn-ddr4-evk board to fix
  bd718xx-clk probe error.

----------------------------------------------------------------
Fabio Estevam (1):
      arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock

Max Krummenacher (1):
      ARM: dts: imx6ull-colibri: fix vqmmc regulator

Wei Yongjun (1):
      bus: imx-weim: make symbol 'weim_of_notifier' static

 arch/arm/boot/dts/imx6ull-colibri.dtsi            | 2 +-
 arch/arm64/boot/dts/freescale/imx8mn-ddr4-evk.dts | 4 ++++
 drivers/bus/imx-weim.c                            | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)