Re: [RFC PATCH 8/8] aspeed: Add uhci support for ast2400 and ast2500

2024-09-09 Thread Cédric Le Goater
On 9/6/24 14:25, Guenter Roeck wrote: Enable UHCI support for ast2400 and ast2500 SoCs. With this patch, the UHCI port is successfully instantiated on the ast2500-evb machine. Signed-off-by: Guenter Roeck Reviewed-by: Cédric Le Goater Thanks, C. --- hw/arm/aspeed_ast2400.c | 14 +

[RFC PATCH 8/8] aspeed: Add uhci support for ast2400 and ast2500

2024-09-06 Thread Guenter Roeck
Enable UHCI support for ast2400 and ast2500 SoCs. With this patch, the UHCI port is successfully instantiated on the ast2500-evb machine. Signed-off-by: Guenter Roeck --- hw/arm/aspeed_ast2400.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/hw/arm/aspeed_ast2400.c b/hw/arm/