Skip to content

Commit

Permalink
GICv3: Add ITS entry to THUNDER dts
Browse files Browse the repository at this point in the history
The PCIe host controller uses MSIs provided by GICv3 ITS. Enable it on
Thunder SoCs by adding an entry to DT.

Signed-off-by: Tirumalesh Chalamarla <tchalamarla@cavium.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
  • Loading branch information
Tirumalesh Chalamarla authored and Kevin Hilman committed Jul 8, 2015
1 parent 8dfaf05 commit efc5120
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm64/boot/dts/cavium/thunder-88xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -376,10 +376,19 @@
gic0: interrupt-controller@8010,00000000 {
compatible = "arm,gic-v3";
#interrupt-cells = <3>;
#address-cells = <2>;
#size-cells = <2>;
ranges;
interrupt-controller;
reg = <0x8010 0x00000000 0x0 0x010000>, /* GICD */
<0x8010 0x80000000 0x0 0x600000>; /* GICR */
interrupts = <1 9 0xf04>;

its: gic-its@8010,00020000 {
compatible = "arm,gic-v3-its";
msi-controller;
reg = <0x8010 0x20000 0x0 0x200000>;
};
};

uaa0: serial@87e0,24000000 {
Expand Down

0 comments on commit efc5120

Please sign in to comment.