ARM: dts: meson: correct the sort order for the the gpio_intc node

Nodes are sorted by their register start address. Move gpio_intc to the
correct position.
No functional changes intended.

Fixes: 7d32bc03bcfb ("ARM: dts: meson8b: enable gpio interrupt controller")
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Acked-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>

authored by Martin Blumenstingl and committed by Kevin Hilman 208e4ea6 4fbd8d19

+9 -9
+9 -9
arch/arm/boot/dts/meson.dtsi
··· 85 reg = <0x7c00 0x200>; 86 }; 87 88 - gpio_intc: interrupt-controller@9880 { 89 - compatible = "amlogic,meson-gpio-intc"; 90 - reg = <0xc1109880 0x10>; 91 - interrupt-controller; 92 - #interrupt-cells = <2>; 93 - amlogic,channel-interrupts = <64 65 66 67 68 69 70 71>; 94 - status = "disabled"; 95 - }; 96 - 97 hwrng: rng@8100 { 98 compatible = "amlogic,meson-rng"; 99 reg = <0x8100 0x8>; ··· 179 reg = <0x8c80 0x80>; 180 #address-cells = <1>; 181 #size-cells = <0>; 182 status = "disabled"; 183 }; 184
··· 85 reg = <0x7c00 0x200>; 86 }; 87 88 hwrng: rng@8100 { 89 compatible = "amlogic,meson-rng"; 90 reg = <0x8100 0x8>; ··· 188 reg = <0x8c80 0x80>; 189 #address-cells = <1>; 190 #size-cells = <0>; 191 + status = "disabled"; 192 + }; 193 + 194 + gpio_intc: interrupt-controller@9880 { 195 + compatible = "amlogic,meson-gpio-intc"; 196 + reg = <0xc1109880 0x10>; 197 + interrupt-controller; 198 + #interrupt-cells = <2>; 199 + amlogic,channel-interrupts = <64 65 66 67 68 69 70 71>; 200 status = "disabled"; 201 }; 202