openrisc: dts: or1ksim: Add stdout-path
authorStafford Horne <shorne@gmail.com>
Tue, 19 Sep 2017 13:33:00 +0000 (22:33 +0900)
committerStafford Horne <shorne@gmail.com>
Mon, 30 Oct 2017 12:37:51 +0000 (21:37 +0900)
During reviews of the OpenRISC SMP patch series it was suggested to add
stdout-path to the SMP dts file.  Add stdout-path to our other dts files
to be a good example.

Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Stafford Horne <shorne@gmail.com>
arch/openrisc/boot/dts/or1ksim.dts

index 5d4f902..8f41bd8 100644 (file)
@@ -5,8 +5,13 @@
        #size-cells = <1>;
        interrupt-parent = <&pic>;
 
+       aliases {
+               uart0 = &serial0;
+       };
+
        chosen {
-               bootargs = "console=uart,mmio,0x90000000,115200";
+               bootargs = "earlycon";
+               stdout-path = "uart0:115200";
        };
 
        memory@0 {