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:32 -0700 |
commit | 7e9b2828f25ec156623da0c2156604066de5514d (patch) | |
tree | 1caebf40487cb985662c0dd2f88e198d35c616cb /arch/arm/boot/dts/mt6589.dtsi | |
parent | 6e9cb2633698ddadd2493b3793dbc9723f570538 (diff) | |
download | linux-stable-7e9b2828f25ec156623da0c2156604066de5514d.tar.gz linux-stable-7e9b2828f25ec156623da0c2156604066de5514d.tar.bz2 linux-stable-7e9b2828f25ec156623da0c2156604066de5514d.zip |
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: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/mt6589.dtsi')
-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 742c9bdc9557..e3c7600ddb38 100644 --- a/arch/arm/boot/dts/mt6589.dtsi +++ b/arch/arm/boot/dts/mt6589.dtsi @@ -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>, |