Commit 7e9b2828 authored by Matthias Brugger's avatar Matthias Brugger Committed by Olof Johansson

ARM: dts: mt6589: Change compatible string for GIC

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: default avatarMatthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 6e9cb263
......@@ -82,7 +82,7 @@ timer: timer@10008000 {
};
gic: interrupt-controller@10211000 {
compatible = "arm,cortex-a15-gic";
compatible = "arm,cortex-a7-gic";
interrupt-controller;
#interrupt-cells = <3>;
reg = <0x10211000 0x1000>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment