summaryrefslogtreecommitdiffstats
path: root/arch/nios2
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2017-06-20 09:43:18 +0200
committerLey Foon Tan <ley.foon.tan@intel.com>2017-09-15 20:30:52 +0800
commit8993d5e4662b16845492c413efe82ec162bf5370 (patch)
tree42b2a69a1cf4d9595d3dccd3ad645c5d56201308 /arch/nios2
parent569dbb88e80deb68974ef6fdd6a13edb9d686261 (diff)
downloadop-kernel-dev-8993d5e4662b16845492c413efe82ec162bf5370.zip
op-kernel-dev-8993d5e4662b16845492c413efe82ec162bf5370.tar.gz
nios2: add earlycon support to 3c120 devboard DTS
Allow earlycon to be used on the JTAG UART present in the 3c120 GHRD. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'arch/nios2')
-rw-r--r--arch/nios2/boot/dts/3c120_devboard.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/nios2/boot/dts/3c120_devboard.dts b/arch/nios2/boot/dts/3c120_devboard.dts
index 31c51f9..36ccdf0 100644
--- a/arch/nios2/boot/dts/3c120_devboard.dts
+++ b/arch/nios2/boot/dts/3c120_devboard.dts
@@ -159,6 +159,7 @@
};
chosen {
- bootargs = "debug console=ttyJ0,115200";
+ bootargs = "debug earlycon console=ttyJ0,115200";
+ stdout-path = &jtag_uart;
};
};
OpenPOWER on IntegriCloud