diff options
author | Ray Jui <rjui@broadcom.com> | 2015-09-25 00:21:23 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2015-09-25 03:30:10 +0200 |
commit | eef228e3191de0b62ef5913be216f25ba6b23a4c (patch) | |
tree | 9ab11f6d4057d993074144fd1d29df35127c79e5 /arch/arm/boot/dts/bcm958300k.dts | |
parent | ARM: dts: fix Cygnus nand device node (diff) | |
download | linux-eef228e3191de0b62ef5913be216f25ba6b23a4c.tar.xz linux-eef228e3191de0b62ef5913be216f25ba6b23a4c.zip |
ARM: dts: move aliases back to .dts in Cygnus
Move aliases from bcm-cygnus.dtsi back to individual .dts files. Also
clean up the chosen node to have the stdout-path using the proper alias
Signed-off-by: Ray Jui <rjui@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm958300k.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm958300k.dts | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/bcm958300k.dts b/arch/arm/boot/dts/bcm958300k.dts index 2e31581dc25e..b4a1392bd5a6 100644 --- a/arch/arm/boot/dts/bcm958300k.dts +++ b/arch/arm/boot/dts/bcm958300k.dts @@ -39,9 +39,12 @@ model = "Cygnus SVK (BCM958300K)"; compatible = "brcm,bcm58300", "brcm,cygnus"; + aliases { + serial0 = &uart3; + }; + chosen { - stdout-path = &uart3; - bootargs = "console=ttyS0,115200"; + stdout-path = "serial0:115200n8"; }; }; |