From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Brugger Subject: Re: [PATCH] ARM: dts: Kill off skeleton{64}.dtsi Date: Sun, 2 Dec 2018 20:44:17 +0100 Message-ID: References: <20181130170634.9467-1-robh@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20181130170634.9467-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Content-Language: en-US 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: Rob Herring , arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org Cc: Andrew Lunn , Alexandre Belloni , Neil Armstrong , Maxime Ripard , Linus Walleij , Baruch Siach , David Brown , Jamie Iles , Robert Jarzmik , linux-stm32-XDFAJ8BFU24N7RejjzZ/Li2xQDfSxrLKVpNB7YpNyf8@public.gmane.org, Alexandre Torgue , Jesper Nilsson , Florian Fainelli , Kevin Hilman , Gregory Clement , =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= , Chen-Yu Tsai , linux-arm-kernel-VrBV9hrLPhE@public.gmane.org, Jon Mason , Ludovic Desroches , bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org, Hauke Mehrtens List-Id: devicetree@vger.kernel.org On 30/11/2018 18:06, 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. > > Signed-off-by: Rob Herring > --- > Yes, I'm being lazy and not splitting this up into dozens of sub-arch > patches. I don't think this should conflict nor should we be getting new > dependencies on skeleton.dtsi. So please apply directly to arm-soc. > > Rob > > arch/arm/boot/dts/alphascale-asm9260.dtsi | 3 ++- [...] > arch/arm/boot/dts/mt2701-evb.dts | 1 + > arch/arm/boot/dts/mt2701.dtsi | 3 ++- > arch/arm/boot/dts/mt6580-evbp1.dts | 1 + > arch/arm/boot/dts/mt6580.dtsi | 1 - > arch/arm/boot/dts/mt6589-aquaris5.dts | 1 + > arch/arm/boot/dts/mt6589.dtsi | 3 ++- > arch/arm/boot/dts/mt6592-evb.dts | 2 +- > arch/arm/boot/dts/mt6592.dtsi | 3 ++- > arch/arm/boot/dts/mt8127-moose.dts | 1 + > arch/arm/boot/dts/mt8127.dtsi | 3 ++- > arch/arm/boot/dts/mt8135-evbp1.dts | 1 + > arch/arm/boot/dts/mt8135.dtsi | 3 ++- For the MediaTek part: Reviewed-by: Matthias Brugger