Skip to content

Commit 7e1392f

Browse files
daviddaneydavem330
authored andcommitted
of_mdio: Add "broadcom,bcm5241" to the whitelist.
Some Cavium dev boards have firmware which doesn't supply a proper ethernet-phy-ieee802.3-c22" compatible property. Restore these boards to working order by whitelisting this compatible value. Signed-off-by: David Daney <david.daney@cavium.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent d4ff816 commit 7e1392f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/of/of_mdio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ EXPORT_SYMBOL(of_mdio_parse_addr);
147147
*/
148148
static const struct of_device_id whitelist_phys[] = {
149149
{ .compatible = "brcm,40nm-ephy" },
150+
{ .compatible = "broadcom,bcm5241" },
150151
{ .compatible = "marvell,88E1111", },
151152
{ .compatible = "marvell,88e1116", },
152153
{ .compatible = "marvell,88e1118", },

0 commit comments

Comments
 (0)