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: Thu, 10 Jan 2019 14:45:51 +0000 Message-ID: <20190110144537.p5setcurwu6bwrtl@rric.localdomain> References: <20190109202934.29304-1-robh@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190109202934.29304-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Content-Language: en-US Content-ID: <09F322A8707A4F4AB2C73BCBE4014E40-Tk6F3M/euE6cE4WynfumptQqCkab/8FMAL8bYrjMMd8@public.gmane.org> 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 , "Nair, Jayachandran" 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" , Lorenzo Pieralisi , "linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , Kevin Hilman , Gregory Clement , Magnus Damm , Michal Simek , Krzysztof Kozlowski , Jonathan Hunter linu List-Id: devicetree@vger.kernel.org Rob, On 09.01.19 14:29:34, Rob Herring wrote: > External Email > > 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? -Robert > reg = <0x0 0x0>; > enable-method = "psci"; > };