mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: MXS: duckbill: set duart to serial0
@ 2020-05-29 12:51 Michael Grzeschik
  2020-05-29 13:56 ` Lucas Stach
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Grzeschik @ 2020-05-29 12:51 UTC (permalink / raw)
  To: barebox

In the imx28.dtsi the serial0 is set to auart0 which is not the one
used on the duckbill. We set duart to serial0 so the console will be
properly set.

Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
---
 arch/arm/dts/imx28-duckbill.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/imx28-duckbill.dts b/arch/arm/dts/imx28-duckbill.dts
index 2a995a7938..299c33e270 100644
--- a/arch/arm/dts/imx28-duckbill.dts
+++ b/arch/arm/dts/imx28-duckbill.dts
@@ -4,6 +4,10 @@
 	chosen {
 		stdout-path = &duart;
 	};
+
+	aliases {
+		serial0 = &duart;
+	};
 };
 
 &duart {
-- 
2.26.2


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

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

end of thread, other threads:[~2020-06-03  8:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-29 12:51 [PATCH] ARM: MXS: duckbill: set duart to serial0 Michael Grzeschik
2020-05-29 13:56 ` Lucas Stach
2020-06-02 12:02   ` Michael Grzeschik
2020-06-03  8:20   ` Sascha Hauer

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