From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: [PATCHv2 3/3] picoxcell: add the DTS for the PC7302 board Date: Thu, 15 Sep 2011 08:32:02 -0300 Message-ID: <1316086322.2602.1.camel@pasglop> References: <1314196906-20709-1-git-send-email-jamie@jamieiles.com> <1314196906-20709-4-git-send-email-jamie@jamieiles.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1314196906-20709-4-git-send-email-jamie-wmLquQDDieKakBO8gow8eQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Jamie Iles Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Wed, 2011-08-24 at 15:41 +0100, Jamie Iles wrote: > + chosen { > + bootargs = "console=ttyS0,115200 earlyprintk loglevel=9 root=ubi0:rootfs rw rootfstype=ubifs ubi.mtd=5,2048"; > + linux,stdout-path = &uart0; > + }; Hrm... we don't normally put the bootargs in the device-tree. Either you have a way to pass it from a previous firmware (which can then slap it into the device-tree at runtime), or you can have a way to compile it in the kernel image but the device-tree isn't the right place for it. Cheers, Ben.