From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933488AbcL0Rax (ORCPT ); Tue, 27 Dec 2016 12:30:53 -0500 Received: from muru.com ([72.249.23.125]:53596 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933349AbcL0RaU (ORCPT ); Tue, 27 Dec 2016 12:30:20 -0500 Date: Tue, 27 Dec 2016 09:30:15 -0800 From: Tony Lindgren To: Javier Martinez Canillas Cc: linux-kernel@vger.kernel.org, Pali Rohar , =?utf-8?Q?Beno=C3=AEt?= Cousson , devicetree@vger.kernel.org, Rob Herring , Mark Rutland , linux-omap@vger.kernel.org, Russell King , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/9] ARM: omap: Add empty chosen node in SoCs top level DTSI Message-ID: <20161227173015.GP4920@atomide.com> References: <1482158681-4530-1-git-send-email-javier@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1482158681-4530-1-git-send-email-javier@osg.samsung.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Javier Martinez Canillas [161219 06:45]: > Hello Tony, > > As discussed in [0], there's a regression when booting a kernel with a DTB > that doesn't have a pre-existing chosen node. This is usually not an issue > for most boards since u-boot creates an empty chosen node if isn't present > in the DTB. > > But it can be an issue for others bootloaders as Pali pointed out with the > N9/900/950 phones and the Nokia Loader (NoLo). > > This patch series add chosen nodes in the top level DTSI for all OMAP SoCs. > > [0]: http://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1294379.html Applying these into omap-for-v4.10/fixes thanks. Tony