of: of_mdio: Add a whitelist of PHY compatibilities.
authorAndrew Lunn <andrew@lunn.ch>
Thu, 28 Jan 2016 01:30:29 +0000 (02:30 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Jan 2016 06:53:16 +0000 (22:53 -0800)
commitae461131960b27d4be158d62a89d40977388d7a1
treee3a1824525a42cc2e907e42151985191f104c923
parenta77ce1bc12d6e0c03e9cc5683bb657ae2f2bb9b5
of: of_mdio: Add a whitelist of PHY compatibilities.

Some phy nodes list a compatible value indicating the PHY make/model.
This is never used to match the device to the driver. However it does
confuse the code to separate a PHY from a generic MDIO device like a
switch. Generic MDIO devices must have a compatible value, PHYs can
list clause 22 or 45, but nothing else.

Issue a warning if we find a compatible value known on the whitelist,
and say it is a PHY.

Fixes: a9049e0c513c ("mdio: Add support for mdio drivers.")
Reported-by: Aaro Koskinen <aaro.koskinen@nokia.com>
Reported-by: Olof Johansson <olof@lixom.net>
Tested-by: Aaro Koskinen <aaro.koskinen@nokia.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/of/of_mdio.c