]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: ethernet: nb8800: Handle all 4 RGMII modes identically
authorMarc Gonzalez <marc_gonzalez@sigmadesigns.com>
Tue, 25 Jul 2017 12:35:03 +0000 (14:35 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Jul 2017 04:27:01 +0000 (21:27 -0700)
commit4813497b537c6208c90d6cbecac5072d347de900
tree8873f883ecb65bd24280b3d7714303b306b29dbd
parent80d887dbb673f007938c467fbfa118bba3e9f37d
net: ethernet: nb8800: Handle all 4 RGMII modes identically

Before commit bf8f6952a233 ("Add blurb about RGMII") it was unclear
whose responsibility it was to insert the required clock skew, and
in hindsight, some PHY drivers got it wrong. The solution forward
is to introduce a new property, explicitly requiring skew from the
node to which it is attached. In the interim, this driver will handle
all 4 RGMII modes identically (no skew).

Fixes: 52dfc8301248 ("net: ethernet: add driver for Aurora VLSI NB8800 Ethernet controller")
Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/aurora/nb8800.c