From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cam-admin0.cambridge.arm.com (cam-admin0.cambridge.arm.com [217.140.96.50]) by ozlabs.org (Postfix) with ESMTP id 0AEC01400F9 for ; Wed, 23 Apr 2014 20:48:35 +1000 (EST) Date: Wed, 23 Apr 2014 11:35:36 +0100 From: Mark Rutland To: Rob Herring , Lee Jones Subject: Re: [PATCH 3/3] of: Handle memory@0 node on PPC32 only Message-ID: <20140423103536.GC30036@e106331-lin.cambridge.arm.com> References: <1397756521-29387-1-git-send-email-leif.lindholm@linaro.org> <1397756521-29387-4-git-send-email-leif.lindholm@linaro.org> <20140418125924.GF5904@bivouac.eciton.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: "devicetree@vger.kernel.org" , Linaro Patches , "linux-kernel@vger.kernel.org" , Leif Lindholm , Geert Uytterhoeven , "grant.likely@linaro.org" , "linuxppc-dev@lists.ozlabs.org" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, > > diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig > > index 889005f..230c747 100644 > > --- a/drivers/of/Kconfig > > +++ b/drivers/of/Kconfig > > @@ -77,4 +77,7 @@ config OF_RESERVED_MEM > > help > > Helpers to allow for reservation of memory regions > > > > +config OF_MEMORY_AT_0_QUIRK > > + def_bool n > > I do not like this because it would not scale to many quirks. As I > said,, my preference here would be to just add a WARN. I would very much like to be able to remove the quirk entirely for arm64 if possible, which would require more than the addition of a WARN. > The other option is get approval to break compatibility on the ST > platform. It may not be a concern on certain platforms. Lee, would you be able to provide an answer either way so we can get the discussion moving? Cheers, Mark.