All of lore.kernel.org
 help / color / mirror / Atom feed
* Which is better to specify console, "console= " or "stdout-path" ?
@ 2015-10-21  5:09 ` Masahiro Yamada
  0 siblings, 0 replies; 22+ messages in thread
From: Masahiro Yamada @ 2015-10-21  5:09 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel,
	linux-serial-u79uwXL29TY76Z2rM5mHXA

Hi.


I think there exist two ways to specify the console port and baudrate.


[1] Specify console in bootargs

  chosen {
        bootargs = "console=ttyS0,115200";
  };


[2] Specify stdout-path

   chosen {
         stdout-path = "serial0:115200n8";
   };



Now I have both in my DTS, but it is redundant.

So, I want to select either [1] or [2].


Which is a preferable way?


Thanks,



-- 
Best Regards
Masahiro Yamada
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2015-10-28 16:00 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-21  5:09 Which is better to specify console, "console= " or "stdout-path" ? Masahiro Yamada
2015-10-21  5:09 ` Masahiro Yamada
     [not found] ` <CAK7LNAS9uBJ1cVmGBKae3W0tk8Siu1yeXOaeN6Kz11cksMqtsg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-10-21  7:43   ` Arnd Bergmann
2015-10-21  7:43     ` Arnd Bergmann
2015-10-21  8:58   ` Sudeep Holla
2015-10-21  8:58     ` Sudeep Holla
     [not found]     ` <562753A6.3070107-5wv7dgnIgG8@public.gmane.org>
2015-10-21 12:46       ` Peter Hurley
2015-10-21 12:46         ` Peter Hurley
     [not found]         ` <56278911.9050704-WaGBZJeGNqdsbIuE7sb01tBPR1lH4CV8@public.gmane.org>
2015-10-21 12:54           ` Sudeep Holla
2015-10-21 12:54             ` Sudeep Holla
     [not found]             ` <56278AFD.8000505-5wv7dgnIgG8@public.gmane.org>
2015-10-21 13:02               ` Peter Hurley
2015-10-21 13:02                 ` Peter Hurley
     [not found]                 ` <56278CF3.9010400-WaGBZJeGNqdsbIuE7sb01tBPR1lH4CV8@public.gmane.org>
2015-10-21 13:06                   ` Sudeep Holla
2015-10-21 13:06                     ` Sudeep Holla
2015-10-21 15:38           ` Masahiro Yamada
2015-10-21 15:38             ` Masahiro Yamada
     [not found]             ` <CAK7LNAQ_+_9K-y7bmpdGwcH2u4uqJhJhON1Ew4OvzSSa-amyvw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-10-21 16:26               ` Peter Hurley
2015-10-21 16:26                 ` Peter Hurley
     [not found]                 ` <5627BCBC.5040701-WaGBZJeGNqdsbIuE7sb01tBPR1lH4CV8@public.gmane.org>
2015-10-22  4:20                   ` Masahiro Yamada
2015-10-22  4:20                     ` Masahiro Yamada
     [not found]                     ` <CAK7LNASqjd_Xf53WKa=Ogesf80HQzEoKEyVtw-BMh7JF=jq+xQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-10-28 16:00                       ` Peter Hurley
2015-10-28 16:00                         ` Peter Hurley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.