diff options
author | Matthias Brugger <matthias.bgg@gmail.com> | 2014-08-18 16:58:00 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-09-24 11:12:17 -0700 |
commit | 510f1d72e526e776243397142cbcd459dd2a2efa (patch) | |
tree | a510eb8194684cc7756059d99807173d2dd51ba6 /arch/arm | |
parent | 995425883e4087a4bfd61d12e442089d1201fc5c (diff) |
ARM: dts: mt6589: Fix typo in GIC unit address
This changes the unit address of the gic node to it's first register area.
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/mt6589.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/mt6589.dtsi b/arch/arm/boot/dts/mt6589.dtsi index d0297a051549..742c9bdc9557 100644 --- a/arch/arm/boot/dts/mt6589.dtsi +++ b/arch/arm/boot/dts/mt6589.dtsi @@ -81,7 +81,7 @@ clock-names = "system-clk", "rtc-clk"; }; - gic: interrupt-controller@10212000 { + gic: interrupt-controller@10211000 { compatible = "arm,cortex-a15-gic"; interrupt-controller; #interrupt-cells = <3>; |