Re: [PATCH v4 20/35] arm: gic-v3-its: Implement of_xlate

From: Simon Glass
Date: Thu Sep 19 2024 - 10:10:12 EST


On Wed, 18 Sept 2024 at 17:25, Patrick Rudolph
<patrick.rudolph@xxxxxxxxxxxxx> wrote:
>
> Translate IRQs by implementing of_xlate() as required by
> irq_get_by_index() to parse interrupt properties.
>
> TEST: Booted on qemu sbsa-ref that has a GICV3.
>
> Signed-off-by: Patrick Rudolph <patrick.rudolph@xxxxxxxxxxxxx>
> ---
> arch/arm/lib/gic-v3-its.c | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
>

Reviewed-by: Simon Glass <sjg@xxxxxxxxxxxx>