Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: cygnus: add serial0 alias for uart3 on bcm91130_entphn

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>

authored by

Scott Branden and committed by
Florian Fainelli
556457fa 143d0d47

+5 -2
+5 -2
arch/arm/boot/dts/bcm911360_entphn.dts
··· 39 39 model = "Cygnus Enterprise Phone (BCM911360_ENTPHN)"; 40 40 compatible = "brcm,bcm11360", "brcm,cygnus"; 41 41 42 + aliases { 43 + serial0 = &uart3; 44 + }; 45 + 42 46 chosen { 43 - stdout-path = &uart3; 44 - bootargs = "console=ttyS0,115200"; 47 + stdout-path = "serial0:115200n8"; 45 48 }; 46 49 47 50 gpio_keys {