devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] Serial port aliases in DT
@ 2014-03-10 11:59 Laurent Pinchart
  2014-03-10 12:38 ` Wolfram Sang
  2014-03-10 12:57 ` Arnd Bergmann
  0 siblings, 2 replies; 24+ messages in thread
From: Laurent Pinchart @ 2014-03-10 11:59 UTC (permalink / raw)
  To: devicetree; +Cc: linux-sh, Wolfram Sang

Hello,

I've recently reviewed a patch adding serial port aliases to the device tree 
and would like to pick your brains about a disagreement I had with the 
developer.

The SoC includes 8 serial ports. They are all disabled in the SoC .dtsi, and 
enabled selectively by board DT files. As not all serial ports are available 
on all boards, the question was whether to add aliases for all ports (in the 
.dtsi in this case) like

         serial0 = &scif0;
         serial1 = &scif1;
         serial2 = &scif2;
         serial3 = &scif3;
         serial4 = &scif4;
         serial5 = &scif5;
         serial6 = &scif6;
         serial7 = &scif7;

or to just add aliases for the enabled ports (in the board DT file) like

         serial0 = &scif2;
         serial1 = &scif3;

Note the numbering in the latter case: as the board doesn't use serial ports 0 
and 1, hardware ports 2 and 3 become logical ports 0 and 1.

I considered that having Linux create ttySC0 and ttySC1 devices for the first 
two ports of the board, regardless of which hardware ports are used, is 
simpler from a user point of view (it allows sharing the same inittab settings 
for the console serial port across several boards for instance). I'd 
appreciate feedback on that.

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2014-03-28 14:46 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-10 11:59 [RFC] Serial port aliases in DT Laurent Pinchart
2014-03-10 12:38 ` Wolfram Sang
2014-03-11 11:56   ` Laurent Pinchart
2014-03-11 12:46     ` Wolfram Sang
2014-03-12 10:40       ` Laurent Pinchart
2014-03-12 10:45         ` Wolfram Sang
2014-03-10 12:57 ` Arnd Bergmann
2014-03-11 11:57   ` Laurent Pinchart
2014-03-27 12:50     ` Laurent Pinchart
2014-03-27 13:54       ` Rob Herring
2014-03-27 14:43         ` Laurent Pinchart
2014-03-27 15:18         ` Sascha Hauer
     [not found]           ` <20140327151829.GX17250-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2014-03-27 18:26             ` Arnd Bergmann
2014-03-27 18:34               ` Pawel Moll
2014-03-27 20:07               ` Wolfram Sang
2014-03-28  7:28               ` Sascha Hauer
     [not found]                 ` <20140328072827.GY17250-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2014-03-28  8:09                   ` Geert Uytterhoeven
2014-03-28  8:30                     ` Arnd Bergmann
2014-03-28  8:39                       ` Geert Uytterhoeven
     [not found]                         ` <CAMuHMdVYhGGt7+fR4oHzf-hDvTOWbHfhM2g92eo3RqULd6yR2A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-03-28 10:28                           ` Arnd Bergmann
2014-03-28 10:40                             ` Geert Uytterhoeven
     [not found]                               ` <CAMuHMdVJ8Jid=bdWLb7g5MP5dFOwDkvoHEbFH4nQD5bWp-2sxw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-03-28 11:49                                 ` Arnd Bergmann
2014-03-28 14:46                   ` Rob Herring
2014-03-27 20:34             ` Rob Herring

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).