Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+1 -1
+1 -1
arch/arm/boot/dts/r9a06g032.dtsi
··· 174 174 }; 175 175 176 176 gic: interrupt-controller@44101000 { 177 - compatible = "arm,cortex-a7-gic", "arm,gic-400"; 177 + compatible = "arm,gic-400", "arm,cortex-a7-gic"; 178 178 interrupt-controller; 179 179 #interrupt-cells = <3>; 180 180 reg = <0x44101000 0x1000>, /* Distributer */