diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-06-17 15:03:36 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-07-06 02:33:40 +0200 |
commit | c73ddf42e7a93dabf918b22d3cc2ce02b90d4155 (patch) | |
tree | f31eccaae0b309b6abd4037bfe25028d176777c5 /arch/arm/boot/dts/r8a7794.dtsi | |
parent | ARM: shmobile: r8a7793 dtsi: Use "arm,gic-400" for GIC (diff) | |
download | linux-c73ddf42e7a93dabf918b22d3cc2ce02b90d4155.tar.xz linux-c73ddf42e7a93dabf918b22d3cc2ce02b90d4155.zip |
ARM: shmobile: r8a7794 dtsi: Use "arm,gic-400" for GIC
Replace the "arm,cortex-a15-gic" compatible value for the GIC by
"arm,gic-400", as the R-Car Gen2 GIC is assumed to be a GIC-400.
This has been confirmed by reading the GICD_IIDR register (on r8a7791),
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/r8a7794.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7794.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi index b73819423311..8824dbd5dbb4 100644 --- a/arch/arm/boot/dts/r8a7794.dtsi +++ b/arch/arm/boot/dts/r8a7794.dtsi @@ -39,7 +39,7 @@ }; gic: interrupt-controller@f1001000 { - compatible = "arm,cortex-a7-gic"; + compatible = "arm,gic-400"; #interrupt-cells = <3>; #address-cells = <0>; interrupt-controller; |