From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: case sensitivity for devicetree node names Date: Mon, 13 Jun 2016 07:56:30 +1000 Message-ID: <1465768590.3022.10.camel@kernel.crashing.org> References: <575B1D84.2010703@gmail.com> <575C68A1.1020701@gmail.com> <1465682743.19533.18.camel@kernel.crashing.org> <575DAC69.5010804@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <575DAC69.5010804-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-spec-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="utf-8" To: Frank Rowand Cc: Rob Herring , Grant Likely , David Gibson , "devicetree-spec-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Paul Mackerras , Michael Ellerman , linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org On Sun, 2016-06-12 at 11:39 -0700, Frank Rowand wrote: >=20 > Is there a kernel config option (or a small set of config options) > that would identify the affected machines?=C2=A0 It would be ok if > the option(s) also included some non-affected machines.=C2=A0 That > way we could use the case insensitive compare for a small > set of machines. Why do we want this ? Are there people really wanting to rely on case difference between nodes ? That sounds fishy... If you really want to do that, then CONFIG_PPC_PMAC would be your test I suppose. Cheers, Ben.