From d4520d75a142db901d748c4f07e3ff72916bfa91 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Mon, 22 Feb 2021 18:44:31 +0100 Subject: ramips: move aliases to the top in SoC DTSI files The aliases node is expected as one of the first entries, and having it there matches alphabetic sorting as well. Signed-off-by: Adrian Schmutzler --- target/linux/ramips/dts/rt2880.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'target/linux/ramips/dts/rt2880.dtsi') diff --git a/target/linux/ramips/dts/rt2880.dtsi b/target/linux/ramips/dts/rt2880.dtsi index 092b37a0c2..b02ef4f465 100644 --- a/target/linux/ramips/dts/rt2880.dtsi +++ b/target/linux/ramips/dts/rt2880.dtsi @@ -5,6 +5,10 @@ #size-cells = <1>; compatible = "ralink,rt2880-soc"; + aliases { + serial0 = &uartlite; + }; + cpus { #address-cells = <1>; #size-cells = <0>; @@ -19,10 +23,6 @@ bootargs = "console=ttyS0,57600"; }; - aliases { - serial0 = &uartlite; - }; - cpuintc: cpuintc { #address-cells = <0>; #interrupt-cells = <1>; -- cgit v1.2.3