[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/4] arm: ast2600: Fix iBT IRQ ID
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH 2/4] arm: ast2600: Fix iBT IRQ ID |
Date: |
Fri, 26 Feb 2021 09:58:54 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 |
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.
>
> Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
> ---
> hw/arm/aspeed_ast2600.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)