Re: [PATCH v2 2/3] ARM: dts: berlin: add PPI cpu mask to twd timer interrupts

2015-01-07 Thread Sebastian Hesselbarth
On 26.12.2014 09:58, Jisheng Zhang wrote: According to the gic binding document, "bits[15:8] PPI interrupt cpu mask. Each bit corresponds to each of the 8 possible cpus attached to the GIC. A bit set to '1' indicated the interrupt is wired to that CPU." This patch wants to add the PPI cpu mask

[PATCH v2 2/3] ARM: dts: berlin: add PPI cpu mask to twd timer interrupts

2014-12-26 Thread Jisheng Zhang
According to the gic binding document, "bits[15:8] PPI interrupt cpu mask. Each bit corresponds to each of the 8 possible cpus attached to the GIC. A bit set to '1' indicated the interrupt is wired to that CPU." This patch wants to add the PPI cpu mask for completeness. Signed-off-by: Jisheng Zh