From patchwork Wed Oct 28 14:08:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tero Kristo X-Patchwork-Id: 310810 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9DAC3C388F7 for ; Wed, 28 Oct 2020 23:14:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 44892206FB for ; Wed, 28 Oct 2020 23:14:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="iqcOhD6M" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731312AbgJ1XOR (ORCPT ); Wed, 28 Oct 2020 19:14:17 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:35746 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726073AbgJ1XN1 (ORCPT ); Wed, 28 Oct 2020 19:13:27 -0400 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 09SE89eI116218; Wed, 28 Oct 2020 09:08:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1603894089; bh=k1wN7ycABGUP65qW97FmWtyKesusJdIU4zorx0cHG7U=; h=From:To:Subject:Date; b=iqcOhD6M840Fr+8z3vSFte4kJnHdAsuwX3VvK5Kn/3qGDJLyvPy+66uSgUu9482oA MIbOnRw7UsmNGkIyWkYpFOko6feLTAZu5NMk8T4Wx8MuIEk72BqIbYXrnecYIJVAEP pm7Z8Zycw8z5jMV7oGZoZl3PDgH01t6GCN0Zt7ec= Received: from DLEE105.ent.ti.com (dlee105.ent.ti.com [157.170.170.35]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 09SE89bQ071960 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 28 Oct 2020 09:08:09 -0500 Received: from DLEE104.ent.ti.com (157.170.170.34) by DLEE105.ent.ti.com (157.170.170.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Wed, 28 Oct 2020 09:08:08 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Wed, 28 Oct 2020 09:08:08 -0500 Received: from sokoban.bb.dnainternet.fi (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 09SE87e8069211; Wed, 28 Oct 2020 09:08:07 -0500 From: Tero Kristo To: , , , Subject: [PATCH] ARM: dts: keystone-k2g: Add stdout-path property Date: Wed, 28 Oct 2020 16:08:06 +0200 Message-ID: <20201028140806.10130-1-t-kristo@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add stdout-path property in /chosen node so that earlycon can be used by just adding earlycon in bootargs. Signed-off-by: Tero Kristo --- arch/arm/boot/dts/keystone-k2g.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi index 05a75019275e..1105b5d1f886 100644 --- a/arch/arm/boot/dts/keystone-k2g.dtsi +++ b/arch/arm/boot/dts/keystone-k2g.dtsi @@ -16,7 +16,9 @@ #size-cells = <2>; interrupt-parent = <&gic>; - chosen { }; + chosen { + stdout-path = &uart0; + }; aliases { serial0 = &uart0;