ARM: dts: cygnus: add serial0 alias for uart3 on bcm91130_entphn
authorScott Branden <scott.branden@broadcom.com>
Tue, 15 Aug 2017 17:26:02 +0000 (10:26 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Thu, 17 Aug 2017 17:13:34 +0000 (10:13 -0700)
Use serial0 alias to select stdout-path on Cygnus bcm911360_entphon
board.

Signed-off-by: Scott Branden <scott.branden@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm911360_entphn.dts

index 000f5f1..53f990d 100644 (file)
        model = "Cygnus Enterprise Phone (BCM911360_ENTPHN)";
        compatible = "brcm,bcm11360", "brcm,cygnus";
 
+       aliases {
+               serial0 = &uart3;
+       };
+
        chosen {
-               stdout-path = &uart3;
-               bootargs = "console=ttyS0,115200";
+               stdout-path = "serial0:115200n8";
        };
 
        gpio_keys {