diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2018-05-12 15:38:53 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2018-05-12 15:38:55 +0200 |
commit | 02225f576360d60963af3de7da7f0299a0b4f52a (patch) | |
tree | dcd8528aa7d41331ab95e9a57dc634ff93832943 /target/linux/bcm53xx/patches-4.14/320-ARM-dts-BCM5301X-Add-serial-to-the-bootargs.patch | |
parent | cf7a88cf5af177790ad8c1e5f2162316f5f71351 (diff) | |
download | upstream-02225f576360d60963af3de7da7f0299a0b4f52a.tar.gz upstream-02225f576360d60963af3de7da7f0299a0b4f52a.tar.bz2 upstream-02225f576360d60963af3de7da7f0299a0b4f52a.zip |
bcm53xx: backport the first bunch of 4.18 BCM5301X patches
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm53xx/patches-4.14/320-ARM-dts-BCM5301X-Add-serial-to-the-bootargs.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-4.14/320-ARM-dts-BCM5301X-Add-serial-to-the-bootargs.patch | 28 |
1 files changed, 25 insertions, 3 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 710d94f6bc..dc5faf2d27 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 @@ -15,7 +15,7 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl> --- a/arch/arm/boot/dts/bcm47081-tplink-archer-c5-v2.dts +++ b/arch/arm/boot/dts/bcm47081-tplink-archer-c5-v2.dts -@@ -13,7 +13,7 @@ +@@ -12,7 +12,7 @@ model = "TP-LINK Archer C5 V2"; chosen { @@ -26,7 +26,7 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl> memory { --- a/arch/arm/boot/dts/bcm47094-luxul-abr-4500.dts +++ b/arch/arm/boot/dts/bcm47094-luxul-abr-4500.dts -@@ -14,7 +14,7 @@ +@@ -13,7 +13,7 @@ model = "Luxul ABR-4500 V1"; chosen { @@ -37,7 +37,7 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl> memory { --- a/arch/arm/boot/dts/bcm47094-luxul-xbr-4500.dts +++ b/arch/arm/boot/dts/bcm47094-luxul-xbr-4500.dts -@@ -14,7 +14,7 @@ +@@ -13,7 +13,7 @@ model = "Luxul XBR-4500 V1"; chosen { @@ -68,3 +68,25 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl> }; memory { +--- a/arch/arm/boot/dts/bcm47094-luxul-xap-1610.dts ++++ b/arch/arm/boot/dts/bcm47094-luxul-xap-1610.dts +@@ -12,7 +12,7 @@ + model = "Luxul XAP-1610 V1"; + + chosen { +- bootargs = "earlycon"; ++ bootargs = "console=ttyS0,115200 earlycon"; + }; + + memory { +--- a/arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts ++++ b/arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts +@@ -13,7 +13,7 @@ + model = "Luxul XWR-3150 V1"; + + chosen { +- bootargs = "earlycon"; ++ bootargs = "console=ttyS0,115200 earlycon"; + }; + + memory { |