diff options
author | Vineet Gupta <Vineet.Gupta1@synopsys.com> | 2014-06-24 13:55:14 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-10 15:45:30 -0700 |
commit | 8c6abf7a9e5d0f4a27140cf13220a28e0f5c829c (patch) | |
tree | b1e98b2521acf65b7a8b2cdb5cf68d18a81eff81 /drivers/tty/serial/arc_uart.c | |
parent | 1b9bff759b03f79173035236ea6f5ff44d9aa866 (diff) | |
download | talos-op-linux-8c6abf7a9e5d0f4a27140cf13220a28e0f5c829c.tar.gz talos-op-linux-8c6abf7a9e5d0f4a27140cf13220a28e0f5c829c.zip |
serial/arc: Enable DT based earlycon
This allows a param less earlycon to pick up the earlyconsole from
chosen/stdout-path
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/arc_uart.c')
-rw-r--r-- | drivers/tty/serial/arc_uart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/arc_uart.c b/drivers/tty/serial/arc_uart.c index 3b5285373658..3a504fb9c9e8 100644 --- a/drivers/tty/serial/arc_uart.c +++ b/drivers/tty/serial/arc_uart.c @@ -571,6 +571,7 @@ static int __init arc_early_console_setup(struct earlycon_device *dev, return 0; } EARLYCON_DECLARE(arc_uart, arc_early_console_setup); +OF_EARLYCON_DECLARE(arc_uart, "snps,arc-uart", arc_early_console_setup); #endif /* CONFIG_SERIAL_ARC_CONSOLE */ |