summaryrefslogtreecommitdiffstats
path: root/arch/mips/dts
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2015-09-23 01:34:11 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2015-09-23 10:28:03 +0200
commit57ce131be91f35af76b8d449a50dbf9d40253c4d (patch)
treec3f35e91f6544ccc4cbe8bde27adc8e70cec9341 /arch/mips/dts
parentde8a86401a8a84aa1c966c07e182f6910b1c6587 (diff)
downloadbarebox-57ce131be91f35af76b8d449a50dbf9d40253c4d.tar.gz
barebox-57ce131be91f35af76b8d449a50dbf9d40253c4d.tar.xz
MIPS: dts: tplink-mr3020.dts: move aliases up
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/dts')
-rw-r--r--arch/mips/dts/tplink-mr3020.dts10
1 files changed, 4 insertions, 6 deletions
diff --git a/arch/mips/dts/tplink-mr3020.dts b/arch/mips/dts/tplink-mr3020.dts
index 41be352e5d..e155de31bb 100644
--- a/arch/mips/dts/tplink-mr3020.dts
+++ b/arch/mips/dts/tplink-mr3020.dts
@@ -9,6 +9,10 @@
memory {
reg = <0x00000000 0x2000000>;
};
+
+ aliases {
+ spiflash = &spiflash;
+ };
};
&serial0 {
@@ -28,9 +32,3 @@
reg = <0>;
};
};
-
-/ {
- aliases {
- spiflash = &spiflash;
- };
-};