diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-01-04 21:53:22 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-01-05 23:10:44 +0100 |
commit | d8dde8c5178eba8c847dd48e7d06e6663ba1979f (patch) | |
tree | 8f32ee8e4f252b9db9738dcc5135b1c70e560e8e /target/linux/lantiq/dts/VG3503J.dts | |
parent | b7e8de67e07ec506fdcbd4cf1cc32a3c99191c64 (diff) | |
download | upstream-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/VG3503J.dts')
-rw-r--r-- | target/linux/lantiq/dts/VG3503J.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/VG3503J.dts b/target/linux/lantiq/dts/VG3503J.dts index 9cbb9753d7..d2a6136d4f 100644 --- a/target/linux/lantiq/dts/VG3503J.dts +++ b/target/linux/lantiq/dts/VG3503J.dts @@ -7,6 +7,10 @@ / { model = "VG3503J - BT OpenReach VDSL Modem"; + chosen { + bootargs = "console=ttyLTQ0,115200"; + }; + aliases { led-boot = &power_green; led-failsafe = &power_red; |