]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: move aliases back to .dts in Cygnus
authorRay Jui <rjui@broadcom.com>
Thu, 24 Sep 2015 22:21:23 +0000 (15:21 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Fri, 25 Sep 2015 01:30:10 +0000 (18:30 -0700)
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>
arch/arm/boot/dts/bcm-cygnus.dtsi
arch/arm/boot/dts/bcm911360k.dts
arch/arm/boot/dts/bcm958300k.dts
arch/arm/boot/dts/bcm958305k.dts

index b5f9f34183fe309b4493243be18f7b005b042fd3..2778533502d9b7fcfdc1ac4ef074fafdd274c012 100644 (file)
        model = "Broadcom Cygnus SoC";
        interrupt-parent = <&gic>;
 
-       aliases {
-               serial0 = &uart3;
-       };
-
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
index 814011c331d06e7525b0f27dc167b691c247e332..091c73a46e08bb5dccf15642820c843fe34984ac 100644 (file)
        model = "Cygnus SVK (BCM911360K)";
        compatible = "brcm,bcm11360", "brcm,cygnus";
 
+       aliases {
+               serial0 = &uart3;
+       };
+
        chosen {
-               stdout-path = &uart3;
-               bootargs = "console=ttyS0,115200";
+               stdout-path = "serial0:115200n8";
        };
 };
 
index 2e31581dc25e3cb0b5ed79982ddd52acc55c1463..b4a1392bd5a6c6f2b59761164171242188539d90 100644 (file)
        model = "Cygnus SVK (BCM958300K)";
        compatible = "brcm,bcm58300", "brcm,cygnus";
 
+       aliases {
+               serial0 = &uart3;
+       };
+
        chosen {
-               stdout-path = &uart3;
-               bootargs = "console=ttyS0,115200";
+               stdout-path = "serial0:115200n8";
        };
 };
 
index 288a637abf3bcc061c4e4a67627993fbcef71489..3378683321d3c88dcb0edab34a05cfe546cc5ac2 100644 (file)
        model = "Cygnus Wireless Audio (BCM958305K)";
        compatible = "brcm,bcm58305", "brcm,cygnus";
 
+       aliases {
+               serial0 = &uart3;
+       };
+
        chosen {
-               stdout-path = &uart3;
-               bootargs = "console=ttyS0,115200";
+               stdout-path = "serial0:115200n8";
        };
 };