aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/EASY80920.dtsi
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2017-01-04 21:53:22 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2017-01-05 23:10:44 +0100
commitd8dde8c5178eba8c847dd48e7d06e6663ba1979f (patch)
tree8f32ee8e4f252b9db9738dcc5135b1c70e560e8e /target/linux/lantiq/dts/EASY80920.dtsi
parentb7e8de67e07ec506fdcbd4cf1cc32a3c99191c64 (diff)
downloadupstream-d8dde8c5178eba8c847dd48e7d06e6663ba1979f.tar.gz
upstream-d8dde8c5178eba8c847dd48e7d06e6663ba1979f.tar.bz2
upstream-d8dde8c5178eba8c847dd48e7d06e6663ba1979f.zip
lantiq: fix console print
The boot loader of many boards provides a kernel boot argument with a broken console parameter to the kernel. This will be taken before the stdout-path defined in device tree and the serial will not work on this board. Multiple boards are affected by this problem, so revert this patch for all boards. Later we can remove the boot arguments from the device tree again, after the individual board was checked to work. This partly reverts this commit: commit 4995c64857a09c4cc92238ba0bd52cdb06c4c581 Author: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Date: Sun Dec 11 21:55:00 2016 +0100 lantiq: specify console using stdout-path instead of cmdline argument Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/lantiq/dts/EASY80920.dtsi')
-rw-r--r--target/linux/lantiq/dts/EASY80920.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/EASY80920.dtsi b/target/linux/lantiq/dts/EASY80920.dtsi
index 8e15ca89a2..aa646c8746 100644
--- a/target/linux/lantiq/dts/EASY80920.dtsi
+++ b/target/linux/lantiq/dts/EASY80920.dtsi
@@ -3,6 +3,10 @@
#include <dt-bindings/input/input.h>
/ {
+ chosen {
+ bootargs = "console=ttyLTQ0,115200";
+ };
+
aliases {
led-boot = &power;
led-failsafe = &power;