Skip to content

Commit 208e4ea

Browse files
xdarklightkhilman
authored andcommitted
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: 7d32bc0 ("ARM: dts: meson8b: enable gpio interrupt controller") Signed-off-by: Martin Blumenstingl <[email protected]> Acked-by: Jerome Brunet <[email protected]> Signed-off-by: Kevin Hilman <[email protected]>
1 parent 4fbd8d1 commit 208e4ea

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

arch/arm/boot/dts/meson.dtsi

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,6 @@
8585
reg = <0x7c00 0x200>;
8686
};
8787

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-
9788
hwrng: rng@8100 {
9889
compatible = "amlogic,meson-rng";
9990
reg = <0x8100 0x8>;
@@ -191,6 +182,15 @@
191182
status = "disabled";
192183
};
193184

185+
gpio_intc: interrupt-controller@9880 {
186+
compatible = "amlogic,meson-gpio-intc";
187+
reg = <0xc1109880 0x10>;
188+
interrupt-controller;
189+
#interrupt-cells = <2>;
190+
amlogic,channel-interrupts = <64 65 66 67 68 69 70 71>;
191+
status = "disabled";
192+
};
193+
194194
wdt: watchdog@9900 {
195195
compatible = "amlogic,meson6-wdt";
196196
reg = <0x9900 0x8>;

0 commit comments

Comments
 (0)