Skip to content

Commit

Permalink
ARM: dts: mt6589: Change compatible string for GIC
Browse files Browse the repository at this point in the history
This patch changes the compatible string of the GIC to the
new "arm,cortex-a7-gic" which does reflect the actual hardware.

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 6e9cb26 commit 7e9b282
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 @@ -82,7 +82,7 @@
};

gic: interrupt-controller@10211000 {
compatible = "arm,cortex-a15-gic";
compatible = "arm,cortex-a7-gic";
interrupt-controller;
#interrupt-cells = <3>;
reg = <0x10211000 0x1000>,
Expand Down

0 comments on commit 7e9b282

Please sign in to comment.