git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c724f3e
)
driver: net: Add Aspeed AST2700 MDIO support
author
Jacky Chou
<jacky_chou@aspeedtech.com>
Tue, 10 Sep 2024 07:49:34 +0000
(15:49 +0800)
committer
Leo 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
patch
|
blob
|
history
diff --git
a/drivers/net/aspeed_mdio.c
b/drivers/net/aspeed_mdio.c
index
f2e4392
..
2e1f3cd
100644
(file)
--- 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" },
{ }
};