From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v2] ARM: dts: Kill off skeleton{64}.dtsi Date: Wed, 30 Jan 2019 17:31:31 +0100 Message-ID: References: <20190109162614.30855-1-robh@kernel.org> <87h8ehpwm2.fsf@FE-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <87h8ehpwm2.fsf@FE-laptop> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+glpam-linux-mediatek=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Gregory CLEMENT Cc: Andrew Lunn , Alexandre Belloni , Neil Armstrong , Viresh Kumar , Linus Walleij , linux-oxnas-GWfripvEmMdhl2p70BpVqQ@public.gmane.org, Baruch Siach , David Brown , Jamie Iles , Robert Jarzmik , linux-stm32-XDFAJ8BFU24N7RejjzZ/Li2xQDfSxrLKVpNB7YpNyf8@public.gmane.org, Alexandre Torgue , Rob Herring , Jesper Nilsson , Florian Fainelli , Kevin Hilman , =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= , linux-arm-kernel-VrBV9hrLPhE@public.gmane.org, Jon Mason , Ludovic Desroches , arm-soc , bcm-kernel-feedback-list , Hauke List-Id: linux-arm-msm@vger.kernel.org On Wed, Jan 9, 2019 at 6:30 PM Gregory CLEMENT wrote: > > Hi Rob, > > On mer., janv. 09 2019, Rob Herring wrote: > > > Remove the usage of skeleton.dtsi in the remaining dts files. It was > > deprecated since commit 9c0da3cc61f1 ("ARM: dts: explicitly mark > > skeleton.dtsi as deprecated"). This will make adding a unit-address to > > memory nodes easier. > > > > The main tricky part to removing skeleton.dtsi is we could end up with > > no /memory node at all when a bootloader depends on one being present. I > > hacked up dtc to check for this condition. > > > Reviewed-by: Gregory CLEMENT > and for Armada 38x: > Tested-by: Gregory CLEMENT > Applied to arm/dt now, thanks! Arnd