ARM: BCM5301X: Enable earlycon on tested devices
authorRafał Miłecki <zajec5@gmail.com>
Wed, 6 Apr 2016 16:49:55 +0000 (18:49 +0200)
committerFlorian Fainelli <f.fainelli@gmail.com>
Wed, 13 Apr 2016 16:18:03 +0000 (09:18 -0700)
This allows reporting & debugging problems occurring early in the boot
process.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts
arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts
arch/arm/boot/dts/bcm4708-netgear-r6250.dts
arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts
arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts
arch/arm/boot/dts/bcm5301x.dtsi

index fb62ed6..5087aa8 100644 (file)
@@ -17,7 +17,7 @@
        model = "Buffalo WZR-1750DHP (BCM4708)";
 
        chosen {
-               bootargs = "console=ttyS0,115200";
+               bootargs = "console=ttyS0,115200 earlycon";
        };
 
        memory {
index f18e80e..c973f76 100644 (file)
@@ -17,7 +17,7 @@
        model = "Luxul XWC-1000 (BCM4708)";
 
        chosen {
-               bootargs = "console=ttyS0,115200";
+               bootargs = "console=ttyS0,115200 earlycon";
        };
 
        memory {
index 6bebfa6..1049ab1 100644 (file)
@@ -17,7 +17,7 @@
        model = "Netgear R6250 V1 (BCM4708)";
 
        chosen {
-               bootargs = "console=ttyS0,115200";
+               bootargs = "console=ttyS0,115200 earlycon";
        };
 
        memory {
index 64a5e8a..4d610ff 100644 (file)
@@ -17,7 +17,7 @@
        model = "SmartRG SR400ac";
 
        chosen {
-               bootargs = "console=ttyS0,115200";
+               bootargs = "console=ttyS0,115200 earlycon";
        };
 
        memory {
index 38f0c00..a9c8def 100644 (file)
@@ -17,7 +17,7 @@
        model = "Buffalo WZR-600DHP2 (BCM47081)";
 
        chosen {
-               bootargs = "console=ttyS0,115200";
+               bootargs = "console=ttyS0,115200 earlycon";
        };
 
        memory {
index 9205c03..ace38ef 100644 (file)
@@ -17,7 +17,7 @@
        model = "D-Link DIR-885L";
 
        chosen {
-               bootargs = "console=ttyS0,115200";
+               bootargs = "console=ttyS0,115200 earlycon";
        };
 
        memory {
index b3e9d28..9c06d91 100644 (file)
 / {
        interrupt-parent = <&gic>;
 
+       chosen {
+               stdout-path = &uart0;
+       };
+
        chipcommonA {
                compatible = "simple-bus";
                ranges = <0x00000000 0x18000000 0x00001000>;