]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'omap-for-v5.0/fixes-rc7-signed' of git://git.kernel.org/pub/scm/linux...
authorArnd Bergmann <arnd@arndb.de>
Fri, 22 Feb 2019 13:53:48 +0000 (14:53 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 22 Feb 2019 13:54:02 +0000 (14:54 +0100)
commitbed628795d9c54747a9bfe61cb82eef292208759
tree036d2e7680ea3a72d636d84207886b38f0c3cc86
parent905046af2898f5d40465ee5780d9d7f38d066b0d
parent2ca6f31bb3e98e2045e2623b7a749114331d4c3f
Merge tag 'omap-for-v5.0/fixes-rc7-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes

Two am335x ethernet phy mode fixes for v5.0-rc cycle

Recent changes with commit cd28d1d6e52e: ("net: phy: at803x: Disable phy
delay for RGMII mode") broke Ethernet on am335x-evmsk, and turns out some
device driver fixes are needed.

Even without the driver fixes, am335x needs to run in rgmii-id mode instead
rgmii-txid mode. Things have been working based on luck as the broken driver
has been configuring rgmii-id mode. Let's fix that as that way things work
as they're supposed to work from hardware wiring point of view.

* tag 'omap-for-v5.0/fixes-rc7-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
  ARM: dts: am335x-evm: Fix PHY mode for ethernet
  ARM: dts: am335x-evmsk: Fix PHY mode for ethernet

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