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/mt7620n.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/mt7620n.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7620n.dtsi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ramips/dts/mt7620n.dtsi b/target/linux/ramips/dts/mt7620n.dtsi index 2feb411dbc..309608adb1 100644 --- a/target/linux/ramips/dts/mt7620n.dtsi +++ b/target/linux/ramips/dts/mt7620n.dtsi @@ -5,6 +5,12 @@ #size-cells = <1>; compatible = "ralink,mt7620n-soc"; + aliases { + spi0 = &spi0; + spi1 = &spi1; + serial0 = &uartlite; + }; + cpus { #address-cells = <1>; #size-cells = <0>; @@ -26,12 +32,6 @@ compatible = "mti,cpu-interrupt-controller"; }; - aliases { - spi0 = &spi0; - spi1 = &spi1; - serial0 = &uartlite; - }; - palmbus: palmbus@10000000 { compatible = "palmbus"; reg = <0x10000000 0x200000>; |