[PATCH] net: dsa: mv88e6060: Publish the OF module alias

Subsystems: networking drivers, networking [dsa], the rest

WARM2d

2 messages, 2 authors, 2d ago · open the first message on its own page

[PATCH] net: dsa: mv88e6060: Publish the OF module alias

From: hpp.iscas <hidden>
Date: 2026-09-05 13:42:18

The MV88E6060 MDIO driver uses mv88e6060_of_match for OF matching.
The MDIO bus emits an OF modalias for such devices, but the module
only provides the legacy platform:mv88e6060 alias.

Publish the OF match table and retain the legacy alias.

Fixes: 277617603c02 ("net: dsa: mv88e6060: Support probing as an mdio device")
Signed-off-by: hpp.iscas <redacted>
---
 drivers/net/dsa/mv88e6060.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/drivers/net/dsa/mv88e6060.c b/drivers/net/dsa/mv88e6060.c
index 9c8ac14..8373ccd 100644
--- a/drivers/net/dsa/mv88e6060.c
+++ b/drivers/net/dsa/mv88e6060.c
@@ -364,6 +364,7 @@ static const struct of_device_id mv88e6060_of_match[] = {
 	},
 	{ /* sentinel */ },
 };
+MODULE_DEVICE_TABLE(of, mv88e6060_of_match);
 
 static struct mdio_driver mv88e6060_driver = {
 	.probe	= mv88e6060_probe,

Re: [PATCH] net: dsa: mv88e6060: Publish the OF module alias

From: Linus Walleij <linusw@kernel.org>
Date: 2026-09-05 20:23:11

On Sat, Sep 5, 2026 at 3:42 PM hpp.iscas [off-list ref] wrote:
The MV88E6060 MDIO driver uses mv88e6060_of_match for OF matching.
The MDIO bus emits an OF modalias for such devices, but the module
only provides the legacy platform:mv88e6060 alias.

Publish the OF match table and retain the legacy alias.

Fixes: 277617603c02 ("net: dsa: mv88e6060: Support probing as an mdio device")
Signed-off-by: hpp.iscas <redacted>
Fair enough.
Reviewed-by: Linus Walleij <linusw@kernel.org>

Yours,
Linus Walleij
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help