diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2019-10-04 15:46:13 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2019-10-04 15:47:05 +0200 |
commit | b3d70f628bdf768cfe6c4a1e4d96af046ca8e714 (patch) | |
tree | 709bfa230c25f537d14a1cd26f9c7c60e3b7d7fc | |
parent | a66dd8475878228bd29b6de791671f0b427c76f2 (diff) | |
download | upstream-b3d70f628bdf768cfe6c4a1e4d96af046ca8e714.tar.gz upstream-b3d70f628bdf768cfe6c4a1e4d96af046ca8e714.tar.bz2 upstream-b3d70f628bdf768cfe6c4a1e4d96af046ca8e714.zip |
bcm53xx: fix serial console on Luxul XWC-2000
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(cherry picked from commit fedc5b65dc67c0687f0d1b8dafbacf8e7ab899d2)
-rw-r--r-- | target/linux/bcm53xx/patches-4.14/320-ARM-dts-BCM5301X-Add-serial-to-the-bootargs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/patches-4.14/320-ARM-dts-BCM5301X-Add-serial-to-the-bootargs.patch b/target/linux/bcm53xx/patches-4.14/320-ARM-dts-BCM5301X-Add-serial-to-the-bootargs.patch index 9ce2087c31..742f9265b1 100644 --- a/target/linux/bcm53xx/patches-4.14/320-ARM-dts-BCM5301X-Add-serial-to-the-bootargs.patch +++ b/target/linux/bcm53xx/patches-4.14/320-ARM-dts-BCM5301X-Add-serial-to-the-bootargs.patch @@ -103,3 +103,14 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl> memory { reg = <0x00000000 0x08000000 0x88000000 0x18000000>; +--- a/arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts ++++ b/arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts +@@ -13,7 +13,7 @@ + model = "Luxul XWC-2000 V1"; + + chosen { +- bootargs = "earlycon"; ++ bootargs = "console=ttyS0,115200 earlycon"; + }; + + memory { |