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:46:23 +0200 |
commit | fedc5b65dc67c0687f0d1b8dafbacf8e7ab899d2 (patch) | |
tree | 5d4a8fc1c76a3b3f3f0a484cd6f4856d4017e85e /target/linux/bcm53xx/patches-4.19 | |
parent | 64b7dbb3000b7e8772fea40b35ac6ec717f9f822 (diff) | |
download | upstream-fedc5b65dc67c0687f0d1b8dafbacf8e7ab899d2.tar.gz upstream-fedc5b65dc67c0687f0d1b8dafbacf8e7ab899d2.tar.bz2 upstream-fedc5b65dc67c0687f0d1b8dafbacf8e7ab899d2.zip |
bcm53xx: fix serial console on Luxul XWC-2000
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm53xx/patches-4.19')
-rw-r--r-- | target/linux/bcm53xx/patches-4.19/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.19/320-ARM-dts-BCM5301X-Add-serial-to-the-bootargs.patch b/target/linux/bcm53xx/patches-4.19/320-ARM-dts-BCM5301X-Add-serial-to-the-bootargs.patch index 9ce2087c31..742f9265b1 100644 --- a/target/linux/bcm53xx/patches-4.19/320-ARM-dts-BCM5301X-Add-serial-to-the-bootargs.patch +++ b/target/linux/bcm53xx/patches-4.19/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 { |