diff options
author | Vineet Gupta <Vineet.Gupta1@synopsys.com> | 2014-06-24 13:55:15 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-10 15:45:30 -0700 |
commit | 9da433c0a0b5f71ac92dc9dca778295649675f08 (patch) | |
tree | b38aaf908a7890f1b08698d3d3f918bbd5a0baa1 /arch/arc | |
parent | 8c6abf7a9e5d0f4a27140cf13220a28e0f5c829c (diff) | |
download | talos-obmc-linux-9da433c0a0b5f71ac92dc9dca778295649675f08.tar.gz talos-obmc-linux-9da433c0a0b5f71ac92dc9dca778295649675f08.zip |
ARC: [arcfpga] stdout-path now suffices for earlycon/console
With recent improvements to serial/of core from Grant and Rob,
stdout-path alone suffices for setting up earlycon/console.
arc_uart driver is already equipped to handle that, switch the DT now.
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 'arch/arc')
-rw-r--r-- | arch/arc/boot/dts/angel4.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arc/boot/dts/angel4.dts b/arch/arc/boot/dts/angel4.dts index 6b57475967a6..298a46daa633 100644 --- a/arch/arc/boot/dts/angel4.dts +++ b/arch/arc/boot/dts/angel4.dts @@ -17,7 +17,8 @@ interrupt-parent = <&intc>; chosen { - bootargs = "earlycon=arc_uart,mmio32,0xc0fc1000,115200n8 console=ttyARC0,115200n8"; + bootargs = "earlycon"; + stdout-path = &arcuart0; }; aliases { |