bcm53xx: add support for TP-LINK Archer C5 V2
[lede.git] / target / linux / bcm53xx / patches-4.4 / 320-ARM-dts-BCM5301X-Add-serial-to-the-bootargs.patch
1 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
2 Subject: [PATCH] ARM: dts: BCM5301X: Add serial= to the bootargs
3 MIME-Version: 1.0
4 Content-Type: text/plain; charset=UTF-8
5 Content-Transfer-Encoding: 8bit
6
7 It's enough to have proper stdout-path for getting serial working but
8 for some reason LEDE doesn't offer "Please press Enter to activate this
9 console." unless ttyS0 is specified.
10
11 This is a workaround to get serial working in LEDE.
12
13 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
14 ---
15
16 --- a/arch/arm/boot/dts/bcm47081-tplink-archer-c5-v2.dts
17 +++ b/arch/arm/boot/dts/bcm47081-tplink-archer-c5-v2.dts
18 @@ -13,7 +13,7 @@
19         model = "TP-LINK Archer C5 V2";
20  
21         chosen {
22 -               bootargs = "earlycon";
23 +               bootargs = "console=ttyS0,115200 earlycon";
24         };
25  
26         memory {