From: Florian Fainelli Date: Fri, 11 Jul 2014 23:55:15 +0000 (-0700) Subject: net: bcmgenet: fix RGMII_MODE_EN bit X-Git-Tag: cleanup-for-v3.18~248^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a680fad352525c3461ed1f7e3269d31a9128a07;p=pandora-kernel.git net: bcmgenet: fix RGMII_MODE_EN bit RGMII_MODE_EN bit was defined to 0, while it is actually 6. It was not much of a problem on older designs where this was a no-op, and the RGMII data-path would always be enabled, but newer GENET controllers need to explicitely enable their RGMII data-pad using this bit. Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-diff-tree failed