Re: [PATCH 14/22] ARM: dts: r8a7744: Add IRQC support

2018-11-30 Thread Geert Uytterhoeven
On Tue, Nov 27, 2018 at 1:05 PM Biju Das wrote: > Describe the IRQC interrupt controller in the r8a7744 device tree. > > Signed-off-by: Biju Das Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge.

[PATCH 14/22] ARM: dts: r8a7744: Add IRQC support

2018-11-27 Thread Biju Das
Describe the IRQC interrupt controller in the r8a7744 device tree. Signed-off-by: Biju Das --- arch/arm/boot/dts/r8a7744.dtsi | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm/boot/dts/r8a7744.dtsi b/arch/arm/boot/dts/r8a7744.dtsi index e6662d9..b26315d 100644 --