summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/rt3352.dtsi
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-02-22 18:44:31 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-02-22 18:49:57 +0100
commitd4520d75a142db901d748c4f07e3ff72916bfa91 (patch)
tree34d947117686e808b9da3d789fd48341e1ecfb98 /target/linux/ramips/dts/rt3352.dtsi
parent86a4d7802272707c19864ebb56518cc7aa64102f (diff)
downloadopenwrt-d4520d75a142db901d748c4f07e3ff72916bfa91.tar.gz
openwrt-d4520d75a142db901d748c4f07e3ff72916bfa91.tar.bz2
openwrt-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/rt3352.dtsi')
-rw-r--r--target/linux/ramips/dts/rt3352.dtsi12
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ramips/dts/rt3352.dtsi b/target/linux/ramips/dts/rt3352.dtsi
index 2a51b14de1..054d2e8450 100644
--- a/target/linux/ramips/dts/rt3352.dtsi
+++ b/target/linux/ramips/dts/rt3352.dtsi
@@ -5,6 +5,12 @@
#size-cells = <1>;
compatible = "ralink,rt3352-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>;