devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: am335x-chiliboard: Add stdout-path property
@ 2018-11-21 21:05 Marcin Niestroj
  2018-12-11 16:35 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Marcin Niestroj @ 2018-11-21 21:05 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Benoît Cousson, Rob Herring, linux-omap, devicetree,
	Marcin Niestroj

Add stdout-path property in /chosen node so that earlycon can be
used by just adding earlycon in bootargs.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
 arch/arm/boot/dts/am335x-chiliboard.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/am335x-chiliboard.dts b/arch/arm/boot/dts/am335x-chiliboard.dts
index 9c2a947aacf5..b50d5d2e71ff 100644
--- a/arch/arm/boot/dts/am335x-chiliboard.dts
+++ b/arch/arm/boot/dts/am335x-chiliboard.dts
@@ -14,6 +14,10 @@
 	compatible = "grinn,am335x-chiliboard", "grinn,am335x-chilisom",
 		     "ti,am33xx";
 
+	chosen {
+		stdout-path = &uart0;
+	};
+
 	leds {
 		compatible = "gpio-leds";
 		pinctrl-names = "default";
-- 
2.19.1

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

* Re: [PATCH] ARM: dts: am335x-chiliboard: Add stdout-path property
  2018-11-21 21:05 [PATCH] ARM: dts: am335x-chiliboard: Add stdout-path property Marcin Niestroj
@ 2018-12-11 16:35 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2018-12-11 16:35 UTC (permalink / raw)
  To: Marcin Niestroj; +Cc: Benoît Cousson, Rob Herring, linux-omap, devicetree

* Marcin Niestroj <m.niestroj@grinn-global.com> [181121 13:05]:
> Add stdout-path property in /chosen node so that earlycon can be
> used by just adding earlycon in bootargs.

Applying into omap-for-v4.21/dt thanks.

Tony

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

end of thread, other threads:[~2018-12-11 16:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-21 21:05 [PATCH] ARM: dts: am335x-chiliboard: Add stdout-path property Marcin Niestroj
2018-12-11 16:35 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).