Commit ed93a068 authored by William Zhang's avatar William Zhang Committed by Florian Fainelli

ARM: dts: bcmbca: bcm63178: fix interrupt controller node

Add the missing gic registers and interrupts property to the gic node.

Fixes: fc85b7e6 ("ARM: dts: add dts files for bcmbca soc 63178")
Signed-off-by: default avatarWilliam Zhang <william.zhang@broadcom.com>
Link: https://lore.kernel.org/r/20220801194448.29363-3-william.zhang@broadcom.comSigned-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 9a6bd12f
......@@ -86,15 +86,17 @@ axi@81000000 {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x81000000 0x4000>;
ranges = <0 0x81000000 0x8000>;
gic: interrupt-controller@1000 {
compatible = "arm,cortex-a7-gic";
#interrupt-cells = <3>;
#address-cells = <0>;
interrupt-controller;
interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(3) | IRQ_TYPE_LEVEL_HIGH)>;
reg = <0x1000 0x1000>,
<0x2000 0x2000>;
<0x2000 0x2000>,
<0x4000 0x2000>,
<0x6000 0x2000>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment