From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Richter, Robert" Subject: Re: [PATCH] arm64: dts: Remove inconsistent use of 'arm,armv8' compatible string Date: Tue, 15 Jan 2019 08:45:53 +0000 Message-ID: <20190115084537.3hedrtkowg3elzca@rric.localdomain> References: <20190109202934.29304-1-robh@kernel.org> <20190110144537.p5setcurwu6bwrtl@rric.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US Content-ID: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+glpar-linux-rockchip=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Rob Herring Cc: Nishanth Menon , Andrew Lunn , Heiko Stuebner , Maxime Ripard , "linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Liviu Dudau , David Brown , Thierry Reding , Wei Xu , Manivannan Sadhasivam , Mark Rutland , "linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "Nair, Jayachandran" , Lorenzo Pieralisi , "linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , Kevin Hilman , Gregory Clement , Magnus Damm , Michal Simek , Krzysztof Kozlowski List-Id: devicetree@vger.kernel.org On 11.01.19 07:57:12, Rob Herring wrote: > On Thu, Jan 10, 2019 at 8:18 PM Richter, Robert > wrote: > > > > Rob, > > > > On 09.01.19 14:29:34, Rob Herring wrote: > > > The 'arm,armv8' compatible string is only for software models. It adds > > > little value otherwise and is inconsistently used as a fallback on some > > > platforms. Remove it from those platforms. > > > > > > This fixes warnings generated by the DT schema. > > > > > > Reported-by: Michal Simek > > > Cc: Mark Rutland > > > Cc: Will Deacon > > > Signed-off-by: Rob Herring > > > --- > > > armsoc folks, Please apply directly. > > > > > diff --git a/arch/arm64/boot/dts/cavium/thunder2-99xx.dtsi b/arch/arm64/boot/dts/cavium/thunder2-99xx.dtsi > > > index ff5c4c47b22b..c616132f7d6d 100644 > > > --- a/arch/arm64/boot/dts/cavium/thunder2-99xx.dtsi > > > +++ b/arch/arm64/boot/dts/cavium/thunder2-99xx.dtsi > > > @@ -27,28 +27,28 @@ > > > > > > cpu@0 { > > > device_type = "cpu"; > > > - compatible = "cavium,thunder2", "brcm,vulcan", "arm,armv8"; > > > + compatible = "cavium,thunder2"; > > > > We are just checking if removing the "brcm,vulcan" string has any > > impact on early silicon revisions we want to support (see also > > BRCM_CPU_PART_VULCAN). > > > > Maybe you make this a separate change? > > Dropping brcm,vulcan was unintentional (regex fail). Though keeping it > means we need a schema change as it was not documented to be a > fallback. We have checked this and brcm,vulcan can be dropped too. Sending an ack in a separate mail. Thanks, -Robert