summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-03-28 20:28:34 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-03-31 08:32:12 +0200
commitb51cba9c9a2dd55a35e911178f0900a90122ad93 (patch)
treea6f117ea0f26a97f9ce63aa166624fb4f93092b7 /arch
parentc62db8d05fb76d763ba94a1c2bc95aa0ddcfac4a (diff)
downloadbarebox-b51cba9c9a2dd55a35e911178f0900a90122ad93.tar.gz
barebox-b51cba9c9a2dd55a35e911178f0900a90122ad93.tar.xz
MIPS: rzx50: use short form for serial1 reference
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/dts/rzx50.dts8
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/mips/dts/rzx50.dts b/arch/mips/dts/rzx50.dts
index 78103e32c5..360c1bf5de 100644
--- a/arch/mips/dts/rzx50.dts
+++ b/arch/mips/dts/rzx50.dts
@@ -9,10 +9,8 @@
memory {
reg = <0x00000000 0x4000000>;
};
+};
- soc {
- serial1: serial@b0031000 {
- status = "okay";
- };
- };
+&serial1 {
+ status = "okay";
};