From patchwork Thu Jul 23 05:09:33 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Maxime Coquelin X-Patchwork-Id: 6851101 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 2CBFA9F380 for ; Thu, 23 Jul 2015 05:12:31 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0B562206B2 for ; Thu, 23 Jul 2015 05:12:30 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 35356206AD for ; Thu, 23 Jul 2015 05:12:29 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZI8mB-0004V9-P2; Thu, 23 Jul 2015 05:10:35 +0000 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZI8lZ-0004Rb-Og for linux-arm-kernel@lists.infradead.org; Thu, 23 Jul 2015 05:09:58 +0000 Received: by wibxm9 with SMTP id xm9so191134133wib.0 for ; Wed, 22 Jul 2015 22:09:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=MYTxdhSsymjLZgiaAoCuexG6BVbJcEmmnbIOmHyhFfc=; b=HHgsCFCcNzFvBbnPsklTm98MC88kxbd9rMuav/geGVVN13DKrZFc2oPm0nv9UymWJo oJjWq10WLtPnaTLxL93KPz3PeMkvs5lVnme05kOeTibBhez5ZyfwpiJ0uJdSn35WIacJ cxevMxXj97hZHpWAsNWyzeO3Vyt5vQEiyoyr864551JIg7I4UmM2tV3JsYVUku2xI9DM zVLGiMy4rtrWfIo/rvSD5xcIIAAx3Lb4zA/HY3yP/P7mUGo1dMP5/neneEhHYzhpwE7M Cpbu7G0LfVxvJygsQ3/wcKVQiaC1ek5hy+ejImdl/c5uMLY8Uvm+fzYVPWWy0rFO9q3O ikUg== X-Received: by 10.180.149.206 with SMTP id uc14mr13359434wib.12.1437628176066; Wed, 22 Jul 2015 22:09:36 -0700 (PDT) Received: from lmecul0520.st.com. (88.69.139.88.rev.sfr.net. [88.139.69.88]) by smtp.gmail.com with ESMTPSA id q4sm5598819wja.24.2015.07.22.22.09.34 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 22 Jul 2015 22:09:35 -0700 (PDT) From: Maxime Coquelin To: Arnd Bergmann , olof@lixom.net, khilman@kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: dts: Use stdout-path in STM32F429 Discovery board Date: Thu, 23 Jul 2015 07:09:33 +0200 Message-Id: <1437628173-9447-1-git-send-email-mcoquelin.stm32@gmail.com> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150722_220957_955160_23EEECFC X-CRM114-Status: GOOD ( 11.78 ) X-Spam-Score: -2.5 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Daniel Thompson , linux-kernel@vger.kernel.org, afaerber@suse.de, Kamil Lulko MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch replaces use of linux,stdout-path by stdout-path as per "chosen" DT bindings documentation. Doing that, the "console" argument is no more needed in kernel command line. Reported-by: Olof Johansson Signed-off-by: Maxime Coquelin Reviewed-by: Andreas Färber --- arch/arm/boot/dts/stm32f429-disco.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/stm32f429-disco.dts b/arch/arm/boot/dts/stm32f429-disco.dts index 8bd3de5..f0b731d 100644 --- a/arch/arm/boot/dts/stm32f429-disco.dts +++ b/arch/arm/boot/dts/stm32f429-disco.dts @@ -53,8 +53,8 @@ compatible = "st,stm32f429i-disco", "st,stm32f429"; chosen { - bootargs = "console=ttyS0,115200 root=/dev/ram rdinit=/linuxrc"; - linux,stdout-path = &usart1; + bootargs = "root=/dev/ram rdinit=/linuxrc"; + stdout-path = "serial0:115200n8"; }; memory {