[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191104012034.GF24620@dragon>
Date: Mon, 4 Nov 2019 09:20:35 +0800
From: Shawn Guo <shawnguo@...nel.org>
To: Marcel Ziswiler <marcel@...wiler.com>
Cc: Mark Rutland <mark.rutland@....com>, devicetree@...r.kernel.org,
Marcel Ziswiler <marcel.ziswiler@...adex.com>,
Sascha Hauer <s.hauer@...gutronix.de>,
linux-kernel@...r.kernel.org, Stefan Agner <stefan@...er.ch>,
Philippe Schenker <philippe.schenker@...adex.com>,
Rob Herring <robh+dt@...nel.org>, linux-imx@....com,
Pengutronix Kernel Team <kernel@...gutronix.de>,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH v2 1/5] arm: dts: vf-colibri: fix typo in top-level
module compatible
On Mon, Nov 04, 2019 at 09:16:58AM +0800, Shawn Guo wrote:
> On Sat, Oct 26, 2019 at 11:03:59AM +0200, Marcel Ziswiler wrote:
> > From: Marcel Ziswiler <marcel.ziswiler@...adex.com>
> >
> > Fix typo in top-level module compatible.
> >
> > Signed-off-by: Marcel Ziswiler <marcel.ziswiler@...adex.com>
> >
> > ---
> >
> > Changes in v2: New patch.
> >
> > arch/arm/boot/dts/vf500-colibri.dtsi | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/arch/arm/boot/dts/vf500-colibri.dtsi b/arch/arm/boot/dts/vf500-colibri.dtsi
> > index 237b0246fa84..92255f8893ce 100644
> > --- a/arch/arm/boot/dts/vf500-colibri.dtsi
> > +++ b/arch/arm/boot/dts/vf500-colibri.dtsi
> > @@ -44,7 +44,7 @@
> >
> > / {
> > model = "Toradex Colibri VF50 COM";
> > - compatible = "toradex,vf610-colibri_vf50", "fsl,vf500";
> > + compatible = "toradex,vf500-colibri_vf50", "fsl,vf500";
>
> Do we need to update bindings doc for this?
Sorry. I should have read the whole series.
>
> Also as a practise, we use 'ARM: ...' for arch/arm/ patches going through
> IMX tree.
I fixed it up and applied the series.
Shawn
Powered by blists - more mailing lists