net: dsa: bcm_sf2: force link for all fixed PHY devices
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 12 Dec 2014 02:12:42 +0000 (18:12 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Dec 2014 02:17:13 +0000 (21:17 -0500)
commit7855f675e6cbccb565c41dfeef708b8d7e6444ff
tree494ca00b12107cbd311b98369c929e8e9d7a8a0d
parent697766df6b952f09b17eefda8b5ef746acb9c1eb
net: dsa: bcm_sf2: force link for all fixed PHY devices

For ports of the switch that we define as "fixed PHYs" such as MoCA, we
would have our Port 7 special handling that would allow us to assert the
link status indication.

For other ports, such as e.g: RGMII_1 connected to a cable modem, we
would rely on whatever the bootloader has left configured, which is a
bad assumption to make, we really need to force the link status
indication here.

Fixes: 246d7f773c13 ("net: dsa: add Broadcom SF2 switch driver")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/bcm_sf2.c