of: make of_get_phy_mode parse 'phy-connection-type'
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 15 Nov 2013 06:23:32 +0000 (06:23 +0000)
committerGrant Likely <grant.likely@linaro.org>
Mon, 3 Feb 2014 14:19:39 +0000 (14:19 +0000)
Per the ePAPR v1.1 specification, 'phy-connection-type' is the canonical
property name for describing an Ethernet to PHY connection type. Make
sure that of_get_phy_mode() also attempts to parse that property and
update the comments mentioning 'phy-mode' to also include
'phy-connection-type'.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
drivers/of/of_net.c

Simple merge