diff options
author | 2025-04-22 16:36:41 -0700 | |
---|---|---|
committer | 2025-04-24 16:59:53 -0700 | |
commit | 8c28aace88646ce0ac9567fee3ac7d808c6d0f86 (patch) | |
tree | 9394a696b8025263245320ef14ef720bf8a74ba4 | |
parent | net: bcmasp: Remove support for asp-v2.0 (diff) | |
download | wireguard-linux-8c28aace88646ce0ac9567fee3ac7d808c6d0f86.tar.xz wireguard-linux-8c28aace88646ce0ac9567fee3ac7d808c6d0f86.zip |
net: phy: mdio-bcm-unimac: Remove asp-v2.0
Remove asp-v2.0 which will no longer be supported.
Signed-off-by: Justin Chen <justin.chen@broadcom.com>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
Link: https://patch.msgid.link/20250422233645.1931036-5-justin.chen@broadcom.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r-- | drivers/net/mdio/mdio-bcm-unimac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/mdio/mdio-bcm-unimac.c b/drivers/net/mdio/mdio-bcm-unimac.c index 074d96328f41..e2800b2e0288 100644 --- a/drivers/net/mdio/mdio-bcm-unimac.c +++ b/drivers/net/mdio/mdio-bcm-unimac.c @@ -336,7 +336,6 @@ static SIMPLE_DEV_PM_OPS(unimac_mdio_pm_ops, static const struct of_device_id unimac_mdio_ids[] = { { .compatible = "brcm,asp-v2.2-mdio", }, { .compatible = "brcm,asp-v2.1-mdio", }, - { .compatible = "brcm,asp-v2.0-mdio", }, { .compatible = "brcm,bcm6846-mdio", }, { .compatible = "brcm,genet-mdio-v5", }, { .compatible = "brcm,genet-mdio-v4", }, |