提交 7e1392fb 编写于 作者: D David Daney 提交者: David S. Miller

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: NDavid Daney <david.daney@cavium.com>
Acked-by: NFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 d4ff816e
...@@ -147,6 +147,7 @@ EXPORT_SYMBOL(of_mdio_parse_addr); ...@@ -147,6 +147,7 @@ EXPORT_SYMBOL(of_mdio_parse_addr);
*/ */
static const struct of_device_id whitelist_phys[] = { static const struct of_device_id whitelist_phys[] = {
{ .compatible = "brcm,40nm-ephy" }, { .compatible = "brcm,40nm-ephy" },
{ .compatible = "broadcom,bcm5241" },
{ .compatible = "marvell,88E1111", }, { .compatible = "marvell,88E1111", },
{ .compatible = "marvell,88e1116", }, { .compatible = "marvell,88e1116", },
{ .compatible = "marvell,88e1118", }, { .compatible = "marvell,88e1118", },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册