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 <justin.chen@broadcom.com> Acked-by: Florian Fainelli <florian.fainelli@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 1d472eb commit 9112fc0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)