From: Thierry Reding Date: Wed, 10 Dec 2014 05:25:15 +0000 (-0700) Subject: ARM: tegra: Add GIC for Tegra30 X-Git-Tag: v2015.01~88^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd998761208f408dea678ae0f11c18f270cf9e71;p=pandora-u-boot.git ARM: tegra: Add GIC for Tegra30 Add a device tree node for the GIC found on Tegra30. U-Boot doesn't use it directly but subsequent patches will add device tree nodes that reference it by phandle. Signed-off-by: Thierry Reding Signed-off-by: Simon Glass Signed-off-by: Tom Warren --- diff --git a/arch/arm/dts/tegra30.dtsi b/arch/arm/dts/tegra30.dtsi index fb92a0fef96..1db334adf72 100644 --- a/arch/arm/dts/tegra30.dtsi +++ b/arch/arm/dts/tegra30.dtsi @@ -6,6 +6,15 @@ / { compatible = "nvidia,tegra30"; + interrupt-parent = <&intc>; + + intc: interrupt-controller@50041000 { + compatible = "arm,cortex-a9-gic"; + reg = <0x50041000 0x1000 + 0x50040100 0x0100>; + interrupt-controller; + #interrupt-cells = <3>; + }; tegra_car: clock { compatible = "nvidia,tegra30-car";