Re: [PATCH 1/2] aspeed: Fix maximum number of spi controller

2025-03-18 Thread Cédric Le Goater
On 3/17/25 07:59, Troy Lee wrote: Commit 6de4aa8dc544 ("hw/arm/aspeed_ast27x0: Add SoC Support for AST2700 A1") extends ast2700a1 spis_num to 3, but ASPEED_SPIS_NUM defines the maximum number of spi controller to 2, result in ehci[0] is being overwritten in runtime. Signed-off-by: Troy Lee Fi

[PATCH 1/2] aspeed: Fix maximum number of spi controller

2025-03-17 Thread Troy Lee via
Commit 6de4aa8dc544 ("hw/arm/aspeed_ast27x0: Add SoC Support for AST2700 A1") extends ast2700a1 spis_num to 3, but ASPEED_SPIS_NUM defines the maximum number of spi controller to 2, result in ehci[0] is being overwritten in runtime. Signed-off-by: Troy Lee --- include/hw/arm/aspeed_soc.h | 2 +-