Merge branch 'mv88e6390-missing-phy-ID'
authorDavid S. Miller <davem@davemloft.net>
Fri, 3 Feb 2017 02:50:52 +0000 (21:50 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Feb 2017 02:50:52 +0000 (21:50 -0500)
commit2a7b6216692cd66f4c94e6ebb48e43038349ca7d
treeafd3728409a6973e261120a326aa708494edc850
parent1f3d62090d3ba4d0c14e5271be87812fc577b197
parente4cf8a38fc0d257b4070066e46a678f4777fecaa
Merge branch 'mv88e6390-missing-phy-ID'

Andrew Lunn says:

====================
Work around missing PHY prodcut ID in mv88e6390

The internal PHYs of the MV88E6390 have a Marvell OUI, but the product
ID is zero. Work around this by trapping reads to the ID, and if it is
zero, return the MV88E6390 family ID.

v2: Move the workaround into the central mdio read function.
    Enable the temperature sensor, even though it does not work on the 6390,
    but it does on the 6341, which has the same ID problem.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>