Re: [PATCH v2 2/4] hw/gpio: Add ASPEED GPIO model for AST1030

2022-05-24 Thread Cédric Le Goater
On 5/25/22 07:34, Jamin Lin wrote: AST1030 integrates one set of Parallel GPIO Controller with maximum 151 control pins, which are 21 groups (A~U, exclude pin: M6 M7 Q5 Q6 Q7 R0 R1 R4 R5 R6 R7 S0 S3 S4 S5 S6 S7 ) and the group T and U are input only. Signed-off-by: Jamin Lin Reviewed-by: Cédr

[PATCH v2 2/4] hw/gpio: Add ASPEED GPIO model for AST1030

2022-05-24 Thread Jamin Lin
AST1030 integrates one set of Parallel GPIO Controller with maximum 151 control pins, which are 21 groups (A~U, exclude pin: M6 M7 Q5 Q6 Q7 R0 R1 R4 R5 R6 R7 S0 S3 S4 S5 S6 S7 ) and the group T and U are input only. Signed-off-by: Jamin Lin --- hw/arm/aspeed_ast10x0.c | 11 +++ hw/gpio/a