On 23 February 2016 at 02:02, Michal Simek <[email protected]> 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 <[email protected]> > --- > > Changes in v2: > - Extend Kconfig entry description > > drivers/serial/Kconfig | 11 +++++++++ > drivers/serial/arm_dcc.c | 63 > +++++++++++++++++++++++++++++------------------- > 2 files changed, 49 insertions(+), 25 deletions(-)
Reviewed-by: Simon Glass <[email protected]> Great Kconfig help, thanks. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

