linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: "Richter, Robert" <Robert.Richter@cavium.com>
To: Rob Herring <robh@kernel.org>
Cc: "Nishanth Menon" <nm@ti.com>, "Andrew Lunn" <andrew@lunn.ch>,
	"Heiko Stuebner" <heiko@sntech.de>,
	"Maxime Ripard" <maxime.ripard@bootlin.com>,
	"linux-arm-msm@vger.kernel.org" <linux-arm-msm@vger.kernel.org>,
	"Liviu Dudau" <liviu.dudau@arm.com>,
	"David Brown" <david.brown@linaro.org>,
	"Thierry Reding" <thierry.reding@gmail.com>,
	"Wei Xu" <xuwei5@hisilicon.com>,
	"Manivannan Sadhasivam" <manivannan.sadhasivam@linaro.org>,
	"Mark Rutland" <mark.rutland@arm.com>,
	"linux-renesas-soc@vger.kernel.org"
	<linux-renesas-soc@vger.kernel.org>,
	"Nair, Jayachandran" <Jayachandran.Nair@cavium.com>,
	"Lorenzo Pieralisi" <lorenzo.pieralisi@arm.com>,
	"linux-rockchip@lists.infradead.org"
	<linux-rockchip@lists.infradead.org>,
	"Kevin Hilman" <khilman@baylibre.com>,
	"Gregory Clement" <gregory.clement@bootlin.com>,
	"Magnus Damm" <magnus.damm@gmail.com>,
	"Michal Simek" <michal.simek@xilinx.com>,
	"Krzysztof Kozlowski" <krzk@kernel.org>,
	"Jonathan Hunter" <jonathanh@nvidia.com>,
	"linux-samsung-soc@vger.kernel.org"
	<linux-samsung-soc@vger.kernel.org>,
	"Chen-Yu Tsai" <wens@csie.org>, "arm@kernel.org" <arm@kernel.org>,
	"bcm-kernel-feedback-list@broadcom.com"
	<bcm-kernel-feedback-list@broadcom.com>,
	"Baolin Wang" <baolin.wang@linaro.org>,
	"Andy Gross" <andy.gross@linaro.org>,
	"Orson Zhai" <orsonzhai@gmail.com>,
	"Tsahee Zidenberg" <tsahee@annapurnalabs.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-tegra@vger.kernel.org" <linux-tegra@vger.kernel.org>,
	"Jason Cooper" <jason@lakedaemon.net>,
	"Antoine Tenart" <antoine.tenart@bootlin.com>,
	"Ray Jui" <rjui@broadcom.com>,
	"Simon Horman" <horms@verge.net.au>,
	"linux-mediatek@lists.infradead.org"
	<linux-mediatek@lists.infradead.org>,
	"Matthias Brugger" <matthias.bgg@gmail.com>,
	"linux-amlogic@lists.infradead.org"
	<linux-amlogic@lists.infradead.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"Will Deacon" <will.deacon@arm.com>,
	"Scott Branden" <sbranden@broadcom.com>,
	"Masahiro Yamada" <yamada.masahiro@socionext.com>,
	"Chunyan Zhang" <zhang.lyra@gmail.com>,
	"Chanho Min" <chanho.min@lge.com>, "Duc Dang" <dhdang@apm.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"Tero Kristo" <t-kristo@ti.com>,
	"Dinh Nguyen" <dinguyen@kernel.org>,
	"Jisheng Zhang" <Jisheng.Zhang@synaptics.com>,
	"Kukjin Kim" <kgene@kernel.org>,
	"Sudeep Holla" <sudeep.holla@arm.com>,
	"Jun Nie" <jun.nie@linaro.org>,
	"Sebastian Hesselbarth" <sebastian.hesselbarth@gmail.com>,
	"Shawn Guo" <shawnguo@kernel.org>,
	"Andreas Färber" <afaerber@suse.de>
Subject: Re: [PATCH] arm64: dts: Remove inconsistent use of 'arm,armv8' compatible string
Date: Tue, 15 Jan 2019 08:45:53 +0000	[thread overview]
Message-ID: <20190115084537.3hedrtkowg3elzca@rric.localdomain> (raw)
In-Reply-To: <CAL_JsqKMYY5RsCjzp4eMnW0YrohcqwmhVj0hfUEVrbGJEFx05w@mail.gmail.com>

On 11.01.19 07:57:12, Rob Herring wrote:
> On Thu, Jan 10, 2019 at 8:18 PM Richter, Robert
> <Robert.Richter@cavium.com> 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 <michal.simek@xilinx.com>
> > > Cc: Mark Rutland <mark.rutland@arm.com>
> > > Cc: Will Deacon <will.deacon@arm.com>
> > > Signed-off-by: Rob Herring <robh@kernel.org>
> > > ---
> > > 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

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

  reply	other threads:[~2019-01-15  8:46 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-09 20:29 [PATCH] arm64: dts: Remove inconsistent use of 'arm, armv8' compatible string Rob Herring
2019-01-10  2:27 ` [PATCH] arm64: dts: Remove inconsistent use of 'arm,armv8' " Nishanth Menon
2019-01-10 12:02   ` Tero Kristo
2019-01-10 14:16   ` Rob Herring
2019-01-10  6:56 ` Maxime Ripard
2019-01-10  7:09 ` [PATCH] arm64: dts: Remove inconsistent use of 'arm, armv8' " Chanho Min
2019-01-10  7:12 ` [PATCH] arm64: dts: Remove inconsistent use of 'arm,armv8' " Manivannan Sadhasivam
2019-01-10  7:48 ` Krzysztof Kozlowski
2019-01-10  8:01 ` yamada.masahiro
2019-01-10  8:06 ` [PATCH] arm64: dts: Remove inconsistent use of 'arm, armv8' " Gregory CLEMENT
2019-01-10  8:13 ` [PATCH] arm64: dts: Remove inconsistent use of 'arm,armv8' " Thierry Reding
2019-01-10  8:42 ` [PATCH] arm64: dts: Remove inconsistent use of 'arm, armv8' " Heiko Stübner
2019-01-10  9:47 ` [PATCH] arm64: dts: Remove inconsistent use of 'arm,armv8' " Simon Horman
2019-01-10 14:45 ` Richter, Robert
2019-01-11 13:57   ` Rob Herring
2019-01-15  8:45     ` Richter, Robert [this message]
2019-01-11 14:50 ` Antoine Tenart
2019-01-11 15:32 ` Wei Xu
2019-01-11 16:50 ` Liviu Dudau
2019-01-14 11:27 ` Matthias Brugger
2019-01-14 11:34 ` Michal Simek
2019-01-14 17:33 ` Scott Branden
2019-01-14 18:07 ` [PATCH] arm64: dts: Remove inconsistent use of 'arm, armv8' " Kevin Hilman
2019-01-15  2:00 ` [PATCH] arm64: dts: Remove inconsistent use of 'arm,armv8' " Chunyan Zhang
2019-01-15  8:52 ` Richter, Robert
2019-01-28  2:41 ` Jisheng Zhang
2019-01-29 23:17 ` Dinh Nguyen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190115084537.3hedrtkowg3elzca@rric.localdomain \
    --to=robert.richter@cavium.com \
    --cc=Jayachandran.Nair@cavium.com \
    --cc=Jisheng.Zhang@synaptics.com \
    --cc=afaerber@suse.de \
    --cc=andrew@lunn.ch \
    --cc=andy.gross@linaro.org \
    --cc=antoine.tenart@bootlin.com \
    --cc=arm@kernel.org \
    --cc=baolin.wang@linaro.org \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=chanho.min@lge.com \
    --cc=david.brown@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dhdang@apm.com \
    --cc=dinguyen@kernel.org \
    --cc=gregory.clement@bootlin.com \
    --cc=heiko@sntech.de \
    --cc=horms@verge.net.au \
    --cc=jason@lakedaemon.net \
    --cc=jonathanh@nvidia.com \
    --cc=jun.nie@linaro.org \
    --cc=kgene@kernel.org \
    --cc=khilman@baylibre.com \
    --cc=krzk@kernel.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=liviu.dudau@arm.com \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=magnus.damm@gmail.com \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=mark.rutland@arm.com \
    --cc=matthias.bgg@gmail.com \
    --cc=maxime.ripard@bootlin.com \
    --cc=michal.simek@xilinx.com \
    --cc=nm@ti.com \
    --cc=orsonzhai@gmail.com \
    --cc=rjui@broadcom.com \
    --cc=robh@kernel.org \
    --cc=sbranden@broadcom.com \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=shawnguo@kernel.org \
    --cc=sudeep.holla@arm.com \
    --cc=t-kristo@ti.com \
    --cc=thierry.reding@gmail.com \
    --cc=tsahee@annapurnalabs.com \
    --cc=wens@csie.org \
    --cc=will.deacon@arm.com \
    --cc=xuwei5@hisilicon.com \
    --cc=yamada.masahiro@socionext.com \
    --cc=zhang.lyra@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).