mbox series

[GIT,PULL] Three network phy fixes for am57xx and am437x

Message ID pull-1589472123-367692@atomide.com
State New
Headers show
Series [GIT,PULL] Three network phy fixes for am57xx and am437x | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.7/cpsw-fixes-signed

Message

Tony Lindgren May 14, 2020, 4:02 p.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 738b150ecefbffb6e55cfa8a3b66a844f777d8fb:

  ARM: dts: omap4-droid4: Fix occasional lost wakeirq for uart1 (2020-05-05 10:19:39 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.7/cpsw-fixes-signed

for you to fetch changes up to fb6823a6f9801dbe86b6551103f477dd3c5d115a:

  ARM: dts: Fix wrong mdio clock for dm814x (2020-05-12 13:54:23 -0700)

----------------------------------------------------------------
Few cpsw related dts fixes for omaps

Recent cpsw driver changes exposed few regressions in the cpsw related
dts configuration that would be good to fix:

- Few more boards still need to be updated to use rgmii-rxid phy caused
  by the fallout from commit bcf3440c6dd7 ("net: phy: micrel: add phy-mode
  support for the KSZ9031 PHY" as the rx delay is now disabled unless we
  use rgmii-rxid.

- On dm814x we have been using a wrong clock for mdio that now can produce
  external abort on some boards

----------------------------------------------------------------
Grygorii Strashko (2):
      ARM: dts: am57xx: fix networking on boards with ksz9031 phy
      ARM: dts: am437x: fix networking on boards with ksz9031 phy

Tony Lindgren (1):
      ARM: dts: Fix wrong mdio clock for dm814x

 arch/arm/boot/dts/am437x-gp-evm.dts             | 2 +-
 arch/arm/boot/dts/am437x-idk-evm.dts            | 2 +-
 arch/arm/boot/dts/am437x-sk-evm.dts             | 4 ++--
 arch/arm/boot/dts/am571x-idk.dts                | 4 ++--
 arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 4 ++--
 arch/arm/boot/dts/am57xx-idk-common.dtsi        | 4 ++--
 arch/arm/boot/dts/dm814x.dtsi                   | 2 +-
 7 files changed, 11 insertions(+), 11 deletions(-)