[PATCH] driver: net: Add Aspeed AST2700 MDIO support
Jacky Chou
jacky_chou at aspeedtech.com
Tue Sep 10 09:49:34 CEST 2024
The AST2700 is the 7th generation SoC from Aspeed.
And use the driver to support clause 22 access.
Signed-off-by: Jacky Chou <jacky_chou at aspeedtech.com>
---
drivers/net/aspeed_mdio.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/aspeed_mdio.c b/drivers/net/aspeed_mdio.c
index f2e4392aa9..2e1f3cdf11 100644
--- a/drivers/net/aspeed_mdio.c
+++ b/drivers/net/aspeed_mdio.c
@@ -113,6 +113,7 @@ static int aspeed_mdio_probe(struct udevice *dev)
static const struct udevice_id aspeed_mdio_ids[] = {
{ .compatible = "aspeed,ast2600-mdio" },
+ { .compatible = "aspeed,ast2700-mdio" },
{ }
};
--
2.25.1
More information about the U-Boot
mailing list