From: Stafford Horne Date: Tue, 19 Sep 2017 13:33:00 +0000 (+0900) Subject: openrisc: dts: or1ksim: Add stdout-path X-Git-Tag: v4.19~2248^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85936eeb48e59af43b0130291027485dc19239ef;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Stafford Horne --- diff --git a/arch/openrisc/boot/dts/or1ksim.dts b/arch/openrisc/boot/dts/or1ksim.dts index 5d4f902..8f41bd8 100644 --- a/arch/openrisc/boot/dts/or1ksim.dts +++ b/arch/openrisc/boot/dts/or1ksim.dts @@ -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 {