[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/4] arm: ast2600: Fix iBT IRQ ID
From: |
Andrew Jeffery |
Subject: |
Re: [PATCH 2/4] arm: ast2600: Fix iBT IRQ ID |
Date: |
Mon, 01 Mar 2021 09:38:50 +1030 |
User-agent: |
Cyrus-JMAP/3.5.0-alpha0-141-gf094924a34-fm-20210210.001-gf094924a |
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