]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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 000f5f19215e0cef9adea11ead762a3e027d5ed7..53f990defd6ae9f7af35eac9e1a04a16ae47c048 100644 (file)
@@ -39,9 +39,12 @@ / {
        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 {