All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] driver: net: Add Aspeed AST2700 MDIO support
@ 2024-09-10  7:49 Jacky Chou
  2024-09-11  7:09 ` Leo Liang
  0 siblings, 1 reply; 2+ messages in thread
From: Jacky Chou @ 2024-09-10  7:49 UTC (permalink / raw)
  To: joe.hershberger, rfried.dev, ryan_chen, chiawei_wang, BMC-SW,
	joel, trini, jacky_chou, u-boot

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(+)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] driver: net: Add Aspeed AST2700 MDIO support
  2024-09-10  7:49 [PATCH] driver: net: Add Aspeed AST2700 MDIO support Jacky Chou
@ 2024-09-11  7:09 ` Leo Liang
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Liang @ 2024-09-11  7:09 UTC (permalink / raw)
  To: Jacky Chou
  Cc: joe.hershberger, rfried.dev, ryan_chen, chiawei_wang, BMC-SW,
	joel, trini, u-boot

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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-11  7:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-10  7:49 [PATCH] driver: net: Add Aspeed AST2700 MDIO support Jacky Chou
2024-09-11  7:09 ` Leo Liang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.