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. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html