From: Rafał Miłecki Date: Fri, 4 Oct 2019 13:46:13 +0000 (+0200) Subject: bcm53xx: fix serial console on Luxul XWC-2000 X-Git-Tag: v21.02.0-rc1~4891 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=fedc5b65dc67c0687f0d1b8dafbacf8e7ab899d2;p=openwrt%2Fstaging%2Fchunkeey.git bcm53xx: fix serial console on Luxul XWC-2000 Signed-off-by: Rafał Miłecki --- 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 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 { 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 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 {