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

Simon Glass sjg at chromium.org
Tue Feb 23 14:17:28 CET 2016


On 23 February 2016 at 02:02, Michal Simek <michal.simek at xilinx.com> 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>
> ---
>
> 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 <sjg at chromium.org>

Great Kconfig help, thanks.


More information about the U-Boot mailing list