[U-Boot] [U-Boot,v2,1/2] serial: dcc: Move driver to DM

Tom Rini trini at konsulko.com
Fri Feb 26 03:22:33 CET 2016


On Tue, Feb 23, 2016 at 10:02:28AM +0100, Michal Simek wrote:

> Enabling this driver requires some DT changes.
> Adding DCC to root or main bus:
> dcc: dcc {
> 	compatible = "arm,dcc";
> 	u-boot,dm-pre-reloc;
> };
> 
> Extend alias list to link DCC:
> 	serial0 = &uart0;
> 	serial1 = &uart1;
> 	serial2 = &dcc;
> 
> Change stdout-path to point to dcc port.
> 	stdout-path = "serial2:115200n8";
> 
> Also add support for debug uart to help with early debug.
> 
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160225/ff095115/attachment.sig>


More information about the U-Boot mailing list