Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751473AbdISOAc (ORCPT ); Tue, 19 Sep 2017 10:00:32 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:36269 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750974AbdISOAa (ORCPT ); Tue, 19 Sep 2017 10:00:30 -0400 X-Google-Smtp-Source: AOwi7QA7x812dobOCpQmhBPi6QTXJCQ5/nb0WuahTEbvEaOAeSirJyjDXb2QYuV34u/6e1cKjYc3BA== From: Stafford Horne To: LKML Cc: Openrisc , Stafford Horne , Rob Herring , Mark Rutland , Jonas Bonn , Stefan Kristiansson , devicetree@vger.kernel.org Subject: [PATCH] openrisc: dts: or1ksim: Add stdout-path Date: Tue, 19 Sep 2017 23:00:24 +0900 Message-Id: <20170919140024.32563-1-shorne@gmail.com> X-Mailer: git-send-email 2.13.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 643 Lines: 23 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. Signed-off-by: Stafford Horne --- arch/openrisc/boot/dts/or1ksim.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/openrisc/boot/dts/or1ksim.dts b/arch/openrisc/boot/dts/or1ksim.dts index 5d4f9027afaf..ecc30968cbcb 100644 --- a/arch/openrisc/boot/dts/or1ksim.dts +++ b/arch/openrisc/boot/dts/or1ksim.dts @@ -7,6 +7,7 @@ chosen { bootargs = "console=uart,mmio,0x90000000,115200"; + stdout-path = &serial0; }; memory@0 { -- 2.13.5