diff mbox series

driver: net: Add Aspeed AST2700 MDIO support

Message ID 20240910074934.1216-1-jacky_chou@aspeedtech.com
State Accepted
Delegated to: Andes
Headers show
Series driver: net: Add Aspeed AST2700 MDIO support | expand

Commit Message

Jacky Chou Sept. 10, 2024, 7:49 a.m. UTC
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>
---
 drivers/net/aspeed_mdio.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Leo Liang Sept. 11, 2024, 7:09 a.m. UTC | #1
On Tue, Sep 10, 2024 at 03:49:34PM +0800, Jacky Chou wrote:
> 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>
> ---
>  drivers/net/aspeed_mdio.c | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
diff mbox series

Patch

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" },
 	{ }
 };