]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
driver: net: Add Aspeed AST2700 MDIO support
authorJacky Chou <jacky_chou@aspeedtech.com>
Tue, 10 Sep 2024 07:49:34 +0000 (15:49 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 11 Sep 2024 12:34:48 +0000 (20:34 +0800)
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>
drivers/net/aspeed_mdio.c

index f2e4392aa9ace8029f0f4c7752bd28e579e771e3..2e1f3cdf11abcf14f8460d32b2a6cfb3a9fdc366 100644 (file)
@@ -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" },
        { }
 };