commit | b3cc2609fa6689426a63475873147892804c6e2a | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Tue Feb 23 10:02:28 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 25 19:06:37 2016 -0500 |
tree | 9bd0e42bc6e791bfb1b6bbaea06440796659c96e | |
parent | 6e3d0fdd18e4d0988b1e4aad22e5bedb63018aad [diff] |
serial: dcc: Move driver to DM 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@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>