From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752099AbaEAHct (ORCPT ); Thu, 1 May 2014 03:32:49 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:36115 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751176AbaEAHcs (ORCPT ); Thu, 1 May 2014 03:32:48 -0400 Date: Thu, 1 May 2014 09:30:01 +0200 From: Andrew Lunn To: Arnd Bergmann Cc: Andrew Lunn , Mark Rutland , Thomas Petazzoni , Russell King , Jason Cooper , Pawel Moll , Ian Campbell , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , Kumar Gala , Gregory Clement , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth Subject: Re: [PATCH 03/15] ARM: dts: kirkwood: add stdout-path property to all boards Message-ID: <20140501073001.GI3082@lunn.ch> References: <1398862602-29595-1-git-send-email-sebastian.hesselbarth@gmail.com> <53615342.8010600@gmail.com> <20140430202130.GE3082@lunn.ch> <142642785.6KSg8q4tJP@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <142642785.6KSg8q4tJP@wuerfel> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 30, 2014 at 10:30:21PM +0200, Arnd Bergmann wrote: > On Wednesday 30 April 2014 22:21:30 Andrew Lunn wrote: > > > Yes, we *can* move it in kirkwood.dtsi, but IMHO we *should* keep it in > > > the board files. I see the "chosen" node and its properties as _the_ > > > board node. > > > > > > One could argue then, that we should count the memory properties too and > > > put the most common in the SoC dtsi. But you are right, as UART0 is also > > > the UART with boot support, it is likely to be always connected to > > > a more-or-less accessible console output. > > > > > > I really have no strong opinion about it. > > > > Me neithe, but the advantage of putting it in kirkwood.dtsi is that it > > then does not get forgotten, and is always there for bearbox to use. > > I would prefer having it in the board.dts file out of principle, but I > agree it's not very important either way. OK, then i can add my Acked-by: Andrew Lunn I will try to do some testing over the weekend. Andrew