diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-22 18:44:31 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-22 18:49:57 +0100 |
commit | d4520d75a142db901d748c4f07e3ff72916bfa91 (patch) | |
tree | 34d947117686e808b9da3d789fd48341e1ecfb98 /target/linux/ramips/dts/mt7628an.dtsi | |
parent | 86a4d7802272707c19864ebb56518cc7aa64102f (diff) | |
download | upstream-d4520d75a142db901d748c4f07e3ff72916bfa91.tar.gz upstream-d4520d75a142db901d748c4f07e3ff72916bfa91.tar.bz2 upstream-d4520d75a142db901d748c4f07e3ff72916bfa91.zip |
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 <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/dts/mt7628an.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7628an.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi index aa46de7134..d622aa9077 100644 --- a/target/linux/ramips/dts/mt7628an.dtsi +++ b/target/linux/ramips/dts/mt7628an.dtsi @@ -5,6 +5,10 @@ #size-cells = <1>; compatible = "mediatek,mt7628an-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>; |