提交 9da433c0 编写于 作者: V Vineet Gupta 提交者: Greg Kroah-Hartman

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: NVineet Gupta <vgupta@synopsys.com>
Reviewed-by: NRob Herring <robh@kernel.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 8c6abf7a
......@@ -17,7 +17,8 @@
interrupt-parent = <&intc>;
chosen {
bootargs = "earlycon=arc_uart,mmio32,0xc0fc1000,115200n8 console=ttyARC0,115200n8";
bootargs = "earlycon";
stdout-path = &arcuart0;
};
aliases {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册