Skip to content

Commit

Permalink
openrisc: dts: or1ksim: Add stdout-path
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stafford Horne committed Oct 30, 2017
1 parent bb176f6 commit 85936ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion arch/openrisc/boot/dts/or1ksim.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 85936ee

Please sign in to comment.