Commit 510f1d72 authored by Matthias Brugger's avatar Matthias Brugger Committed by Olof Johansson

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: default avatarMatthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 99542588
......@@ -81,7 +81,7 @@ timer: timer@10008000 {
clock-names = "system-clk", "rtc-clk";
};
gic: interrupt-controller@10212000 {
gic: interrupt-controller@10211000 {
compatible = "arm,cortex-a15-gic";
interrupt-controller;
#interrupt-cells = <3>;
......
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