From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753389AbdJVCYa (ORCPT ); Sat, 21 Oct 2017 22:24:30 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:55837 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753326AbdJVCY3 (ORCPT ); Sat, 21 Oct 2017 22:24:29 -0400 X-Google-Smtp-Source: ABhQp+TZ8LNRX4mVzAbJ34ptZ9uM775+fKf6Pt5pMyTxIiO5Emjs37ftZqXkWZL45Hg5HJkbYjwiFQ== From: Stafford Horne To: LKML Cc: Openrisc , Stafford Horne , Geert Uytterhoeven , Rob Herring , Mark Rutland , Jonas Bonn , Stefan Kristiansson , devicetree@vger.kernel.org Subject: [PATCH v2] openrisc: dts: or1ksim: Add stdout-path Date: Sun, 22 Oct 2017 11:23:53 +0900 Message-Id: <20171022022353.27464-1-shorne@gmail.com> X-Mailer: git-send-email 2.13.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- Changes since v1 - Complete rewrite with input from Geert arch/openrisc/boot/dts/or1ksim.dts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 @@ #size-cells = <1>; interrupt-parent = <&pic>; + aliases { + uart0 = &serial0; + }; + chosen { - bootargs = "console=uart,mmio,0x90000000,115200"; + bootargs = "earlycon"; + stdout-path = "uart0:115200"; }; memory@0 { -- 2.13.6