Skip to content

Commit 9112fc0

Browse files
Ryceancurrydavem330
authored andcommitted
net: phy: mdio-bcm-unimac: Add asp v2.2 support
Add mdio compat string for ASP 2.0 ethernet driver. Signed-off-by: Justin Chen <[email protected]> Acked-by: Florian Fainelli <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 1d472eb commit 9112fc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/mdio/mdio-bcm-unimac.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ static SIMPLE_DEV_PM_OPS(unimac_mdio_pm_ops,
334334
NULL, unimac_mdio_resume);
335335

336336
static const struct of_device_id unimac_mdio_ids[] = {
337+
{ .compatible = "brcm,asp-v2.2-mdio", },
337338
{ .compatible = "brcm,asp-v2.1-mdio", },
338339
{ .compatible = "brcm,asp-v2.0-mdio", },
339340
{ .compatible = "brcm,genet-mdio-v5", },

0 commit comments

Comments
 (0)