summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/vf500.dtsi
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2018-12-03 15:40:20 -0200
committerShawn Guo <shawnguo@kernel.org>2018-12-10 10:03:04 +0800
commitd7f3894f0e46802ea55af4b859b9606d3a6bb107 (patch)
tree74295c4a44fca4cd0113495c4b0e8bc89e22854d /arch/arm/boot/dts/vf500.dtsi
parent0c29339d53bf7cf3b96847081ad7f64e835de4d4 (diff)
ARM: dts: imx7: Correct mask for GIC PPI interrupts
The GIC_CPU_MASK_SIMPLE() macro should take as its argument the actual number of CPU cores the interrupt controller is wired to. i.MX7S contains a single Cortex-A7, hence the second interrupt specifier cell for Private Peripheral Interrupts should use "GIC_CPU_MASK_SIMPLE(1)". Likewise, i.MX7D contains two Cortex-A7 cores, so it should use "GIC_CPU_MASK_SIMPLE(2)" instead. Tested on a imx7s-warp. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/vf500.dtsi')
0 files changed, 0 insertions, 0 deletions