From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753761AbbJUJIL (ORCPT ); Wed, 21 Oct 2015 05:08:11 -0400 Received: from foss.arm.com ([217.140.101.70]:59587 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751661AbbJUJID (ORCPT ); Wed, 21 Oct 2015 05:08:03 -0400 Subject: Re: [PATCH v3 2/2] ARM: dts: bcm5301x: Add BCM SVK DT files To: Jon Mason , Florian Fainelli , Hauke Mehrtens , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King References: <1444947856-26246-1-git-send-email-jonmason@broadcom.com> <1444947856-26246-2-git-send-email-jonmason@broadcom.com> Cc: Sudeep Holla , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com From: Sudeep Holla Organization: ARM Message-ID: <562755EF.5000803@arm.com> Date: Wed, 21 Oct 2015 10:07:59 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1444947856-26246-2-git-send-email-jonmason@broadcom.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 15/10/15 23:24, Jon Mason wrote: > Add device tree files for Broadcom Northstar based SVKs. Since the > bcm5301x.dtsi already exists, all that is necessary is the dts files to > enable the UARTs. With these files, the SVKs are able to boot to shell. > > Signed-off-by: Jon Mason [..] > diff --git a/arch/arm/boot/dts/bcm94708.dts b/arch/arm/boot/dts/bcm94708.dts > new file mode 100644 > index 0000000..49682d6 > --- /dev/null > +++ b/arch/arm/boot/dts/bcm94708.dts > @@ -0,0 +1,56 @@ [..] > +/dts-v1/; > + > +#include "bcm4708.dtsi" > + > +/ { > + model = "NorthStar SVK (BCM94708)"; > + compatible = "brcm,bcm94708", "brcm,bcm4708"; > + > + aliases { > + serial0 = &uart0; > + }; > + > + chosen { > + bootargs = "console=ttyS0,115200"; You can set stdout-path instead which even works for earlycon -- Regards, Sudeep