diff options
author | Stafford Horne <shorne@gmail.com> | 2017-09-19 09:33:00 -0400 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2017-10-30 08:37:51 -0400 |
commit | 85936eeb48e59af43b0130291027485dc19239ef (patch) | |
tree | 678f37b68eb95dc695893a6345e07d39543f3a0e | |
parent | bb176f67090ca54869fc1262c913aa69d2ede070 (diff) |
openrisc: dts: or1ksim: Add stdout-path
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>
-rw-r--r-- | arch/openrisc/boot/dts/or1ksim.dts | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/openrisc/boot/dts/or1ksim.dts b/arch/openrisc/boot/dts/or1ksim.dts index 5d4f9027afaf..8f41bd8c9f84 100644 --- a/arch/openrisc/boot/dts/or1ksim.dts +++ b/arch/openrisc/boot/dts/or1ksim.dts | |||
@@ -5,8 +5,13 @@ | |||
5 | #size-cells = <1>; | 5 | #size-cells = <1>; |
6 | interrupt-parent = <&pic>; | 6 | interrupt-parent = <&pic>; |
7 | 7 | ||
8 | aliases { | ||
9 | uart0 = &serial0; | ||
10 | }; | ||
11 | |||
8 | chosen { | 12 | chosen { |
9 | bootargs = "console=uart,mmio,0x90000000,115200"; | 13 | bootargs = "earlycon"; |
14 | stdout-path = "uart0:115200"; | ||
10 | }; | 15 | }; |
11 | 16 | ||
12 | memory@0 { | 17 | memory@0 { |