driver: net: Add Aspeed AST2700 MDIO support

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@aspeedtech.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
This commit is contained in:
Jacky Chou
2024-09-10 15:49:34 +08:00
committed by Leo Yu-Chi Liang
parent c724f3ed74
commit db378b0f18

View File

@@ -113,6 +113,7 @@ static int aspeed_mdio_probe(struct udevice *dev)
static const struct udevice_id aspeed_mdio_ids[] = { static const struct udevice_id aspeed_mdio_ids[] = {
{ .compatible = "aspeed,ast2600-mdio" }, { .compatible = "aspeed,ast2600-mdio" },
{ .compatible = "aspeed,ast2700-mdio" },
{ } { }
}; };