On Thu, Feb 21, 2019 at 5:44 PM Tony Lindgren <tony@xxxxxxxxxxx> wrote: > > From: "Tony Lindgren" <tony@xxxxxxxxxxx> > > The following changes since commit 50d6b3cf9403879911e06d69c7ef41e43f8f7b4b: > > ARM: OMAP2+: fix lack of timer interrupts on CPU1 after hotplug (2019-02-07 07:48:22 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.0/fixes-rc7-signed > > for you to fetch changes up to 0661465ec86e8ae28f09a04e51425c486d64dfb1: > > Merge branch 'am335x-phy-fixes' into omap-for-v5.0/fixes-v2 (2019-02-19 08:47:17 -0800) > > ---------------------------------------------------------------- > 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. Pulled into arm/fixes, thanks! Arnd