OpenCloudOS-Kernel/arch/arm/boot
Fabio Estevam d7f3894f0e 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>
2018-12-10 10:03:04 +08:00
..
bootp
compressed Devicetree updates for 4.20: 2018-10-26 12:09:58 -07:00
dts ARM: dts: imx7: Correct mask for GIC PPI interrupts 2018-12-10 10:03:04 +08:00
.gitignore
Makefile
deflate_xip_data.sh
install.sh