summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/r9a06g032.dtsi
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2020-05-19 11:54:31 +0200
committerGeert Uytterhoeven <geert+renesas@glider.be>2020-06-15 10:28:46 +0200
commitb06424ceec398d998feb2ae2a529b604f3d1e303 (patch)
tree33f02bc3f33849ef1816d50b5def37921d629178 /arch/arm/boot/dts/r9a06g032.dtsi
parent57e7dad22bdb4bffa158d32a2e9d5b7145ab1e85 (diff)
ARM: dts: r9a06g032: Correct GIC compatible value order
According to commit 61efb56e30f1c54e ("dt-bindings: arm: gic: Allow combining arm,gic-400 compatible strings"), "arm,gic-400" should be listed first. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Link: https://lore.kernel.org/r/20200519095431.5650-1-geert+renesas@glider.be
Diffstat (limited to 'arch/arm/boot/dts/r9a06g032.dtsi')
-rw-r--r--arch/arm/boot/dts/r9a06g032.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r9a06g032.dtsi b/arch/arm/boot/dts/r9a06g032.dtsi
index 4c1ab49c7d39..ee59cc84f212 100644
--- a/arch/arm/boot/dts/r9a06g032.dtsi
+++ b/arch/arm/boot/dts/r9a06g032.dtsi
@@ -174,7 +174,7 @@
};
gic: interrupt-controller@44101000 {
- compatible = "arm,cortex-a7-gic", "arm,gic-400";
+ compatible = "arm,gic-400", "arm,cortex-a7-gic";
interrupt-controller;
#interrupt-cells = <3>;
reg = <0x44101000 0x1000>, /* Distributer */