Skip to content

Commit 906b77c

Browse files
linuswkuba-moo
authored andcommitted
net: phy: mdio-bcm-unimac: Add BCM6846 support
Add Unimac mdio compatible string for the special BCM6846 variant. This variant has a few extra registers compared to other versions. Suggested-by: Florian Fainelli <[email protected]> Link: https://lore.kernel.org/linux-devicetree/[email protected]/ Signed-off-by: Linus Walleij <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 6ed97af commit 906b77c

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
@@ -337,6 +337,7 @@ static const struct of_device_id unimac_mdio_ids[] = {
337337
{ .compatible = "brcm,asp-v2.2-mdio", },
338338
{ .compatible = "brcm,asp-v2.1-mdio", },
339339
{ .compatible = "brcm,asp-v2.0-mdio", },
340+
{ .compatible = "brcm,bcm6846-mdio", },
340341
{ .compatible = "brcm,genet-mdio-v5", },
341342
{ .compatible = "brcm,genet-mdio-v4", },
342343
{ .compatible = "brcm,genet-mdio-v3", },

0 commit comments

Comments
 (0)