On Fri, 26 Feb 2021, at 19:28, Philippe Mathieu-Daudé wrote:
> On 2/26/21 7:57 AM, Andrew Jeffery wrote:
> > The AST2600 allocates individual GIC IRQ lines for the LPC sub-devices.
> > This is a contrast to the AST2400 and AST2500 which use one shared VIC
> > IRQ line for the LPC sub-devices. Switch the iBT device to use the
> > GIC IRQ ID documented in the datasheet.
>
> [*]
>
> >
> > While we're here, set the number of IRQs to the allocated number of IRQs
> > in the datasheet.
>
> Please do one change per patch. This would be the first change,
> and [*] is the second.
Given that I had to change the current value to support the iBT device
I figured it would be fine in the same patch, but sure, I can split
this out in v2.
Andrew