U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Jacky Chou <jacky_chou@aspeedtech.com>
To: <joe.hershberger@ni.com>, <rfried.dev@gmail.com>,
	<ryan_chen@aspeedtech.com>, <chiawei_wang@aspeedtech.com>,
	<BMC-SW@aspeedtech.com>, <joel@jms.id.au>, <trini@konsulko.com>,
	<jacky_chou@aspeedtech.com>, <u-boot@lists.denx.de>
Subject: [PATCH] driver: net: Add Aspeed AST2700 MDIO support
Date: Tue, 10 Sep 2024 15:49:34 +0800	[thread overview]
Message-ID: <20240910074934.1216-1-jacky_chou@aspeedtech.com> (raw)

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


             reply	other threads:[~2024-09-10 12:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-10  7:49 Jacky Chou [this message]
2024-09-11  7:09 ` [PATCH] driver: net: Add Aspeed AST2700 MDIO support Leo Liang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240910074934.1216-1-jacky_chou@aspeedtech.com \
    --to=jacky_chou@aspeedtech.com \
    --cc=BMC-SW@aspeedtech.com \
    --cc=chiawei_wang@aspeedtech.com \
    --cc=joe.hershberger@ni.com \
    --cc=joel@jms.id.au \
    --cc=rfried.dev@gmail.com \
    --cc=ryan_chen@aspeedtech.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox