Re: [PATCH v4 2/2] of/irq: Look up address cells via API call

From: Rob Herring
Date: Tue Aug 13 2024 - 17:20:43 EST


On Mon, Aug 12, 2024 at 12:06:52PM +0200, Stefan Wiehler wrote:
> Signed-off-by: Stefan Wiehler <stefan.wiehler@xxxxxxxxx>
> ---
> drivers/of/irq.c | 19 +++----------------
> 1 file changed, 3 insertions(+), 16 deletions(-)

I have a similar patch coded up, but then I wanted to try and make
things stricter WRT walking up parent nodes (no FDT system should need
that). So holding off on this one.

Rob