Browse Source

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>
Vineet Gupta 11 years ago
parent
commit
9da433c0a0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      arch/arc/boot/dts/angel4.dts

+ 2 - 1
arch/arc/boot/dts/angel4.dts

@@ -17,7 +17,8 @@
 	interrupt-parent = <&intc>;
 	interrupt-parent = <&intc>;
 
 
 	chosen {
 	chosen {
-		bootargs = "earlycon=arc_uart,mmio32,0xc0fc1000,115200n8 console=ttyARC0,115200n8";
+		bootargs = "earlycon";
+		stdout-path = &arcuart0;
 	};
 	};
 
 
 	aliases {
 	aliases {