Skip to content

Commit 906b77c

Browse files
Linus Walleijkuba-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 <florian.fainelli@broadcom.com> Link: https://lore.kernel.org/linux-devicetree/b542b2e8-115c-4234-a464-e73aa6bece5c@broadcom.com/ Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://patch.msgid.link/20241012-bcm6846-mdio-v1-2-c703ca83e962@linaro.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
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)