Re: [PATCH v2 3/5] hw/arm: ast2600: Correct the iBT interrupt ID

2021-03-01 Thread Cédric Le Goater
On 3/1/21 2:06 AM, Andrew Jeffery wrote: > The AST2600 allocates distinct GIC IRQs for the LPC subdevices such as > the iBT device. Previously on the AST2400 and AST2500 the LPC subdevices > shared a single LPC IRQ. > > Signed-off-by: Andrew Jeffery Reviewed-by: Cédric Le Goater > --- >

Re: [PATCH v2 3/5] hw/arm: ast2600: Correct the iBT interrupt ID

2021-03-01 Thread Philippe Mathieu-Daudé
On 3/1/21 2:06 AM, Andrew Jeffery wrote: > The AST2600 allocates distinct GIC IRQs for the LPC subdevices such as > the iBT device. Previously on the AST2400 and AST2500 the LPC subdevices > shared a single LPC IRQ. > > Signed-off-by: Andrew Jeffery > --- > hw/arm/aspeed_ast2600.c | 2 +- > 1

[PATCH v2 3/5] hw/arm: ast2600: Correct the iBT interrupt ID

2021-02-28 Thread Andrew Jeffery
The AST2600 allocates distinct GIC IRQs for the LPC subdevices such as the iBT device. Previously on the AST2400 and AST2500 the LPC subdevices shared a single LPC IRQ. Signed-off-by: Andrew Jeffery --- hw/arm/aspeed_ast2600.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git