]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: ftgmac100: Add Aspeed AST2700 support
authorJacky Chou <jacky_chou@aspeedtech.com>
Mon, 8 Jul 2024 06:07:18 +0000 (14:07 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 11 Sep 2024 12:34:43 +0000 (20:34 +0800)
commitc724f3ed74d0f6ddc5d75b10572dcc64be8a515b
tree939d6bbeaae005da1effeec439eab2d6a91bf0c3
parent40c45a57974bdb09fffa31dde65ddf69e5de53eb
net: ftgmac100: Add Aspeed AST2700 support

Add support of Aspeed AST2700 SoC.  AST2700 is based on ARM64 so modify
the DMA address related code to fit both ARM and ARM64.  Besides, the
RMII/RGMII mode control register is moved from SCU500 to MAC50 so
initialize the register in ftgmac100_start correspondingly.

Signed-off-by: Jacky Chou <jacky_chou@aspeedtech.com>
Acked-by: Leo Yu-Chi Liang <ycliang@andestech.com>
drivers/net/ftgmac100.c
drivers/net/ftgmac100.h