Skip to content

Commit

Permalink
ARM: dts: mt6589: Fix typo in GIC unit address
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matthias Brugger authored and Olof Johansson committed Sep 24, 2014
1 parent 9954258 commit 510f1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/mt6589.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 510f1d7

Please sign in to comment.