projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d472eb
)
net: phy: mdio-bcm-unimac: Add asp v2.2 support
author
Justin Chen
<justin.chen@broadcom.com>
Wed, 28 Feb 2024 22:53:58 +0000
(14:53 -0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 1 Mar 2024 09:22:50 +0000
(09:22 +0000)
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>
drivers/net/mdio/mdio-bcm-unimac.c
patch
|
blob
|
history
diff --git
a/drivers/net/mdio/mdio-bcm-unimac.c
b/drivers/net/mdio/mdio-bcm-unimac.c
index 6fe08427fdd4a04d1870b9a9cc2027a369c95b85..f40eb50bb978d8eed8b3755392c34ffec02f243f 100644
(file)
--- a/
drivers/net/mdio/mdio-bcm-unimac.c
+++ b/
drivers/net/mdio/mdio-bcm-unimac.c
@@
-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-v2.2-mdio", },
{ .compatible = "brcm,asp-v2.1-mdio", },
{ .compatible = "brcm,asp-v2.0-mdio", },
{ .compatible = "brcm,genet-mdio-v5", },