mbox series

[GIT,PULL] i.MX fixes for 5.10, round 5

Message ID 20201201091820.GW4072@dragon
State New
Headers show
Series [GIT,PULL] i.MX fixes for 5.10, round 5 | expand

Pull-request

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

Message

Shawn Guo Dec. 1, 2020, 9:18 a.m. UTC
The following changes since commit 33d0d843872c5ddbe28457a92fc6f2487315fb9f:

  ARM: dts: imx50-evk: Fix the chip select 1 IOMUX (2020-11-10 10:36:10 +0800)

are available in the Git repository at:

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

for you to fetch changes up to 19ba8fb810c60b46869acc9f455613de454e0fca:

  ARM: dts: imx6qdl-kontron-samx6i: fix I2C_PM scl pin (2020-12-01 09:20:18 +0800)

----------------------------------------------------------------
i.MX fixes for 5.10, round 5:

- Fix a regression on SoC revision detection with ANATOP, that is
  introduced by commit  4a4fb66119eb ("ARM: imx: Add missing
  of_node_put()").
- Drop PAD_GPIO_6 from imx6qdl-wandboard ENET pin group, as the pin is
  used by camera sensor now.
- Fix I2C3_SCL pinmux on imx6qdl-kontron-samx6i board, so that SoM EEPROM
  can be accessed.

----------------------------------------------------------------
Bernd Bauer (1):
      ARM: dts: imx6qdl-kontron-samx6i: fix I2C_PM scl pin

Fabio Estevam (1):
      ARM: dts: imx6qdl-wandboard-revd1: Remove PAD_GPIO_6 from enetgrp

Robert Karszniewicz (1):
      ARM: imx: Use correct SRC base address

 arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi  | 2 +-
 arch/arm/boot/dts/imx6qdl-wandboard-revd1.dtsi | 1 -
 arch/arm/mach-imx/anatop.c                     | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

Comments

Arnd Bergmann Dec. 8, 2020, 4:11 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Tue, 1 Dec 2020 17:18:21 +0800, Shawn Guo wrote:
> The following changes since commit 33d0d843872c5ddbe28457a92fc6f2487315fb9f:
> 
>   ARM: dts: imx50-evk: Fix the chip select 1 IOMUX (2020-11-10 10:36:10 +0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.10-5
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: 5e2e740247791e9c0663d8c41d04b52f1db22037

       Arnd