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/rt3883.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/rt3883.dtsi')
-rw-r--r-- | target/linux/ramips/dts/rt3883.dtsi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ramips/dts/rt3883.dtsi b/target/linux/ramips/dts/rt3883.dtsi index a605d60ca7..081b52bfd8 100644 --- a/target/linux/ramips/dts/rt3883.dtsi +++ b/target/linux/ramips/dts/rt3883.dtsi @@ -5,6 +5,12 @@ #size-cells = <1>; compatible = "ralink,rt3883-soc"; + aliases { + spi0 = &spi0; + spi1 = &spi1; + serial0 = &uartlite; + }; + cpus { #address-cells = <1>; #size-cells = <0>; @@ -19,12 +25,6 @@ bootargs = "console=ttyS0,57600"; }; - aliases { - spi0 = &spi0; - spi1 = &spi1; - serial0 = &uartlite; - }; - cpuintc: cpuintc { #address-cells = <0>; #interrupt-cells = <1>; |