diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-06-17 15:03:32 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-07-06 09:33:35 +0900 |
commit | eaec1d675c194965081297014503938a9f58e2f7 (patch) | |
tree | f676a1639e28162672903d015c8e2b13e74ba604 /arch/arm/boot/dts/r8a73a4.dtsi | |
parent | ffd2f9a5afb730b9f6c1d1938934213c3cfcf249 (diff) | |
download | blackbird-obmc-linux-eaec1d675c194965081297014503938a9f58e2f7.tar.gz blackbird-obmc-linux-eaec1d675c194965081297014503938a9f58e2f7.zip |
ARM: shmobile: r8a73a4 dtsi: Use "arm,gic-400" for GIC
Replace the "arm,cortex-a15-gic" compatible value for the GIC by
"arm,gic-400", as the documentation states it's a GIC-400.
This has been confirmed by reading the GICD_IIDR register, which reports
0x0200043b (GIC-400 = 0x02, ARM = 0x43b).
This has no effect on runtime behavior, as currently the GIC driver
treats both compatible values the same.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a73a4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a73a4.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a73a4.dtsi b/arch/arm/boot/dts/r8a73a4.dtsi index 7ee22a41c6c9..5090d1a8f652 100644 --- a/arch/arm/boot/dts/r8a73a4.dtsi +++ b/arch/arm/boot/dts/r8a73a4.dtsi @@ -434,7 +434,7 @@ }; gic: interrupt-controller@f1001000 { - compatible = "arm,cortex-a15-gic"; + compatible = "arm,gic-400"; #interrupt-cells = <3>; #address-cells = <0>; interrupt-controller; |