mbox series

[GIT,PULL] i.MX fixes for 6.1, part 3

Message ID 20221119073812.GQ16229@T480
State New
Headers show
Series [GIT,PULL] i.MX fixes for 6.1, part 3 | expand

Pull-request

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

Message

Shawn Guo Nov. 19, 2022, 7:38 a.m. UTC
The following changes since commit 836fb30949d9edf91d7de696a884ceeae7e426d2:

  soc: imx8m: Enable OCOTP clock before reading the register (2022-11-14 15:52:53 +0800)

are available in the Git repository at:

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

for you to fetch changes up to e68be7b39f21d8a9291a5a3019787cd3ca999dd7:

  ARM: dts: imx6q-prti6q: Fix ref/tcxo-clock-frequency properties (2022-11-19 11:20:15 +0800)

----------------------------------------------------------------
i.MX fixes for 6.1, part 3:

- Fix a small memory leak in mach-mxs code.
- Correct PCIe pad configuration for imx8mp-evk board.
- Fix ref/tcxo clock frequency property for imx6q-prti6q board.

----------------------------------------------------------------
Fabio Estevam (1):
      ARM: dts: imx6q-prti6q: Fix ref/tcxo-clock-frequency properties

Peng Fan (1):
      arm64: dts: imx8mp-evk: correct pcie pad settings

Zheng Yongjun (1):
      ARM: mxs: fix memory leak in mxs_machine_init()

 arch/arm/boot/dts/imx6q-prti6q.dts           | 4 ++--
 arch/arm/mach-mxs/mach-mxs.c                 | 4 +++-
 arch/arm64/boot/dts/freescale/imx8mp-evk.dts | 6 +++---
 3 files changed, 8 insertions(+), 6 deletions(-)