mbox series

[GIT,PULL] i.MX fixes for 5.5

Message ID 20191212122427.GK15858@dragon (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] i.MX fixes for 5.5 | expand

Pull-request

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

Message

Shawn Guo Dec. 12, 2019, 12:24 p.m. UTC
The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 7947e3238b64c00c396e6f5738f94c4d653bc6a2:

  ARM: imx: Fix boot crash if ocotp is not found (2019-12-12 10:44:28 +0800)

----------------------------------------------------------------
i.MX fixes for 5.5:
 - Add missing jedec,spi-nor compatible for imx6ul-14x14-evk board,
   so that SPI NOR device can be probed.
 - Fix power button of E60K02 board by removing LDORTC2 regulator.
 - A couple of fixes on serial number support of i.MX6ULL/ULZ SoCs to
   remove the boot regression caused by 8267ff89b713 ("ARM: imx: Add
   serial number support for i.MX6/7 SoCs").
 - A couple of fixes on LS1028A SoC TMU regarding to calibration data
   and reboot register configuration.
 - Fix a regression seen on imx6ul-evk board by marking always-on for
   the regulator that is shared by many peripherals.
 - Explicitly restore CONFIG_DEBUG_FS in imx_v6_v7_defconfig.

----------------------------------------------------------------
Andreas Kemnade (1):
      ARM: dts: e60k02: fix power button

Christoph Niedermaier (1):
      ARM: imx: Correct ocotp id for serial number support of i.MX6ULL/ULZ SoCs

Leonard Crestez (3):
      ARM: dts: imx6ul-evk: Fix peripheral regulator
      ARM: imx_v6_v7_defconfig: Explicitly restore CONFIG_DEBUG_FS
      ARM: imx: Fix boot crash if ocotp is not found

Michael Walle (2):
      arm64: dts: ls1028a: fix typo in TMU calibration data
      arm64: dts: ls1028a: fix reboot node

Stefan Roese (1):
      ARM: dts: imx6ul: imx6ul-14x14-evk.dtsi: Fix SPI NOR probing

 arch/arm/boot/dts/e60k02.dtsi                  |  5 -----
 arch/arm/boot/dts/imx6ul-14x14-evk.dtsi        | 28 +++++++++++++++++++-------
 arch/arm/configs/imx_v6_v7_defconfig           |  1 +
 arch/arm/mach-imx/cpu.c                        |  8 +++++---
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 10 +++++++--
 5 files changed, 35 insertions(+), 17 deletions(-)