mbox series

[GIT,PULL] ARM: SoC DT fixes for v5.8, #3

Message ID CAK8P3a0enQsLLc=AsP+43R2XUswc5u4bKVikyEQBfCcsFbckyg@mail.gmail.com (mailing list archive)
State Mainlined
Headers show
Series [GIT,PULL] ARM: SoC DT fixes for v5.8, #3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-5.8-3

Message

Arnd Bergmann July 28, 2020, 12:39 p.m. UTC
The following changes since commit 2648298a06ba7e902c4489a15c0db26032813c7b:

  Merge tag 'socfpga_fixes_for_v5.8_v2' of
git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into
arm/fixes (2020-07-17 18:01:41 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-5.8-3

for you to fetch changes up to fe1d899f4212a08dad98accb47cd335b58cc9085:

  ARM: dts: keystone-k2g-evm: fix rgmii phy-mode for ksz9031 phy
(2020-07-25 09:38:14 +0200)

----------------------------------------------------------------
ARM: SoC DT fixes for v5.8

These are the latest device tree fixes for Arm SoCs:

  - TI Keystone2 ethernet regressed after a driver change broke with
    incorrect phy-mode in a board's DT source.

  - A similar fix is needed for two i.MX boards that were missed in
    an earlier bugfix.

  - DT change for Armada 38x allowing to add the register needed to fix
    NETA lockup when repeatedly switching speed.

  - One fix on imx6qdl-icore pin muxing to get USB OTG_ID and SD card
    detect work correctly.

  - Two fixes for the Allwinner SoCs, one to relax the CMA allocation
    ranges that were failing on older SoCs and one to fix Cedrus on the H6.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

----------------------------------------------------------------
Arnd Bergmann (3):
      Merge tag 'sunxi-fixes-for-5.8-1' of
git://git.kernel.org/.../sunxi/linux into arm/fixes
      Merge tag 'imx-fixes-5.8-3' of
git://git.kernel.org/.../shawnguo/linux into arm/fixes
      Merge tag 'mvebu-fixes-5.8-1' of
git://git.kernel.org/.../gclement/mvebu into arm/fixes

Fabio Estevam (2):
      ARM: dts: imx6sx-sdb: Fix the phy-mode on fec2
      ARM: dts: imx6sx-sabreauto: Fix the phy-mode on fec2

Grygorii Strashko (1):
      ARM: dts: keystone-k2g-evm: fix rgmii phy-mode for ksz9031 phy

Maxime Ripard (2):
      ARM: dts sunxi: Relax a bit the CMA pool allocation range
      arm64: dts: allwinner: h6: Fix Cedrus IOMMU usage

Michael Trimarchi (1):
      ARM: dts: imx6qdl-icore: Fix OTG_ID pin and sdcard detect

Russell King (1):
      ARM: dts: armada-38x: fix NETA lockup when repeatedly switching speeds

 .../devicetree/bindings/media/allwinner,sun4i-a10-video-engine.yaml    | 3 +++
 arch/arm/boot/dts/armada-38x.dtsi                                      | 3 ++-
 arch/arm/boot/dts/imx6qdl-icore.dtsi                                   | 3 ++-
 arch/arm/boot/dts/imx6sx-sabreauto.dts                                 | 2 +-
 arch/arm/boot/dts/imx6sx-sdb.dtsi                                      | 2 +-
 arch/arm/boot/dts/keystone-k2g-evm.dts                                 | 2 +-
 arch/arm/boot/dts/sun4i-a10.dtsi                                       | 2 +-
 arch/arm/boot/dts/sun5i.dtsi                                           | 2 +-
 arch/arm/boot/dts/sun7i-a20.dtsi                                       | 2 +-
 arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi                           | 1 +
 10 files changed, 14 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org July 28, 2020, 7:05 p.m. UTC | #1
The pull request you sent on Tue, 28 Jul 2020 14:39:32 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fb896c9107127ec80263225dc060d9622697d76b

Thank you!