ARM: dts: imx6ul: add interrupt of virt-capable GIC
authorStefan Agner <stefan@agner.ch>
Wed, 10 Jan 2018 21:04:50 +0000 (22:04 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 12 Feb 2018 13:13:06 +0000 (21:13 +0800)
The Cortex-A7 and its GIC support virtualization extensions. To
make use of them the CPU private interrupt needs to be specified.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ul.dtsi

index d88fc9a..9dc0a12 100644 (file)
 
        intc: interrupt-controller@a01000 {
                compatible = "arm,gic-400", "arm,cortex-a7-gic";
+               interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
                #interrupt-cells = <3>;
                interrupt-controller;
+               interrupt-parent = <&intc>;
                reg = <0x00a01000 0x1000>,
                      <0x00a02000 0x2000>,
                      <0x00a04000 0x2000>,