From: Florian Fainelli Date: Fri, 22 May 2015 21:07:30 +0000 (-0700) Subject: net: phy: bcm7xxx: Fix 7425 PHY ID and flags X-Git-Tag: omap-for-v4.3/legacy-v2-signed~296^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc4a84c3da6f9dd6a297dc81fe4437643a60fe03;p=pandora-kernel.git net: phy: bcm7xxx: Fix 7425 PHY ID and flags While adding support for 7425 PHY in the 7xxx PHY driver, the ID that was used was actually coming from an external PHY: a BCM5461x. Fix this by using the proper ID for the internal 7425 PHY and set the PHY_IS_INTERNAL flag, otherwise consumers of this PHY driver would not be able to properly identify it as such. Fixes: d068b02cfdfc2 ("net: phy: add BCM7425 and BCM7429 PHYs") Signed-off-by: Florian Fainelli Reviewed-by: Petri Gynther Signed-off-by: David S. Miller --- Reading git-diff-tree failed