From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755231AbbITSJg (ORCPT ); Sun, 20 Sep 2015 14:09:36 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:36479 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753652AbbITSJe (ORCPT ); Sun, 20 Sep 2015 14:09:34 -0400 Message-ID: <55FEF65A.4090506@gmail.com> Date: Sun, 20 Sep 2015 20:09:30 +0200 From: Sebastian Hesselbarth User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 To: Jisheng Zhang , robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux@arm.linux.org.uk CC: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND 0/2] arm: dts: berlin: use stdout-path References: <1442212933-760-1-git-send-email-jszhang@marvell.com> In-Reply-To: <1442212933-760-1-git-send-email-jszhang@marvell.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14.09.2015 08:42, Jisheng Zhang wrote: > These two simple patches use stdout-path to specify the console. > The first patch add aliases for serial uarts. The second patch > removes the console argument from the command line, uses stdout-path > instead. > > Jisheng Zhang (2): > arm: dts: berlin: add aliases for serial > arm: dts: berlin: use stdout-path Applied to berlin/dt. Thanks, Sebastian > arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts | 3 ++- > arch/arm/boot/dts/berlin2.dtsi | 6 ++++++ > arch/arm/boot/dts/berlin2cd-google-chromecast.dts | 3 ++- > arch/arm/boot/dts/berlin2cd.dtsi | 5 +++++ > arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 3 ++- > arch/arm/boot/dts/berlin2q.dtsi | 5 +++++ > 6 files changed, 22 insertions(+), 3 deletions(-) >