mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] MIPS: rzx50: use short form for serial1 reference
@ 2014-03-28 16:28 Antony Pavlov
  2014-03-31  6:32 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2014-03-28 16:28 UTC (permalink / raw)
  To: barebox

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 arch/mips/dts/rzx50.dts | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/arch/mips/dts/rzx50.dts b/arch/mips/dts/rzx50.dts
index 78103e3..360c1bf 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";
 };
-- 
1.9.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-31  6:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-28 16:28 [PATCH] MIPS: rzx50: use short form for serial1 reference Antony Pavlov
2014-03-31  6:32 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox