Files
u-boot-tk1-som/drivers
Michal Simek 966bfa7347 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>
2016-02-25 19:06:37 -05:00
..
2015-11-02 10:38:00 +09:00
2016-02-06 12:00:59 +01:00
2016-01-28 21:01:23 -07:00
2016-02-06 12:00:59 +01:00
2016-01-13 21:05:19 -05:00
2016-01-27 15:32:05 +01:00
2016-02-16 09:17:49 -07:00
2016-02-21 13:42:52 +08:00
2016-02-22 16:21:02 +01:00
2016-02-05 12:47:21 +08:00
2016-02-21 11:25:29 +01:00
2016-02-25 19:06:37 -05:00
2016-02-06 12:00:59 +01:00
2016-01-21 20:42:36 -07:00