Re: [PATCH v3 0/2] ARM: dts: renesas: Correct mask for GIC PPI interrupts

2018-05-08 Thread Simon Horman
On Mon, May 07, 2018 at 03:19:51PM +0200, Geert Uytterhoeven wrote: > Hi Simon, Magnus, > > R-Car H2 and R-Mobile APE6 contain four Cortex-A15 and four Cortex-A7 > cores, hence the second interrupt specifier cell for Private Peripheral > Interrupts should use "GIC_CPU_MASK_SIMPLE(8)", to

[PATCH v3 0/2] ARM: dts: renesas: Correct mask for GIC PPI interrupts

2018-05-07 Thread Geert Uytterhoeven
Hi Simon, Magnus, R-Car H2 and R-Mobile APE6 contain four Cortex-A15 and four Cortex-A7 cores, hence the second interrupt specifier cell for Private Peripheral Interrupts should use "GIC_CPU_MASK_SIMPLE(8)", to make sure interrupts can be delivered to all 8 processor cores. This brings