From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756018AbcFHHIx (ORCPT ); Wed, 8 Jun 2016 03:08:53 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:37669 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751832AbcFHHIw (ORCPT ); Wed, 8 Jun 2016 03:08:52 -0400 Subject: Re: [PATCH] ARM: dts: at91: usb_a9g20: use stdout-path To: Alexandre Belloni References: <1465322350-14079-1-git-send-email-alexandre.belloni@free-electrons.com> CC: Boris Brezillon , , From: Nicolas Ferre Organization: atmel Message-ID: <5757C47E.7020305@atmel.com> Date: Wed, 8 Jun 2016 09:08:46 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <1465322350-14079-1-git-send-email-alexandre.belloni@free-electrons.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 07/06/2016 19:59, Alexandre Belloni a écrit : > Use stdout-path to specify the console and remove the console argument from > the kernel command line. > > Signed-off-by: Alexandre Belloni Acked-by: Nicolas Ferre > --- > arch/arm/boot/dts/usb_a9g20_common.dtsi | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/usb_a9g20_common.dtsi b/arch/arm/boot/dts/usb_a9g20_common.dtsi > index 0b3b36182fe5..6156ee878345 100644 > --- a/arch/arm/boot/dts/usb_a9g20_common.dtsi > +++ b/arch/arm/boot/dts/usb_a9g20_common.dtsi > @@ -11,7 +11,8 @@ > > / { > chosen { > - bootargs = "mem=64M console=ttyS0,115200 root=/dev/mtdblock5 rw rootfstype=ubifs"; > + bootargs = "mem=64M root=/dev/mtdblock5 rw rootfstype=ubifs"; > + stdout-path = "serial0:115200n8"; > }; > > memory { > -- Nicolas Ferre