]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
net: phy: mdio-bcm-unimac: Add asp-v3.0
authorJustin Chen <justin.chen@broadcom.com>
Tue, 22 Apr 2025 23:36:45 +0000 (16:36 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 24 Apr 2025 23:59:53 +0000 (16:59 -0700)
Add mdio compat string for asp-v3.0 ethernet driver.

Signed-off-by: Justin Chen <justin.chen@broadcom.com>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
Link: https://patch.msgid.link/20250422233645.1931036-9-justin.chen@broadcom.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/mdio/mdio-bcm-unimac.c

index e2800b2e0288e48a4e91838016a5c6c9f58d95d5..b6e30bdf5325749a5b284c7b8b1b84012db0398b 100644 (file)
@@ -334,6 +334,7 @@ static SIMPLE_DEV_PM_OPS(unimac_mdio_pm_ops,
                         NULL, unimac_mdio_resume);
 
 static const struct of_device_id unimac_mdio_ids[] = {
+       { .compatible = "brcm,asp-v3.0-mdio", },
        { .compatible = "brcm,asp-v2.2-mdio", },
        { .compatible = "brcm,asp-v2.1-mdio", },
        { .compatible = "brcm,bcm6846-mdio", },