Re: [PATCH] ARM: pxa: fix irq initialization for pxa3xx devicetree

From: Robert Jarzmik
Date: Sat Feb 06 2016 - 16:46:57 EST


Robert Jarzmik <robert.jarzmik@xxxxxxx> writes:

> The initialization of interrupt controller for devicetree platform was
> done for pxa2xx platforms, but not for pxa3xx ones.
>
> Fix this my adding the missing initialization call.
>
> Fixes: 089d03629b04 ("ARM: pxa: add devicetree code for irq handling")
> Signed-off-by: Robert Jarzmik <robert.jarzmik@xxxxxxx>
No, this is incorrect.

The reason behind is that it relies on a patch not yet upstreamed, which was
breaking exactly this init_irq.

Let's drop this and replace it with the good patch.

Cheers.

--
Robert