Re: [PATCH v2 1/5] arm: dts: vf-colibri: fix typo in top-level module compatible

From: Shawn Guo
Date: Sun Nov 03 2019 - 20:21:05 EST


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@xxxxxxxxxxx>
> >
> > Fix typo in top-level module compatible.
> >
> > Signed-off-by: Marcel Ziswiler <marcel.ziswiler@xxxxxxxxxxx>
> >
> > ---
> >
> > 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