diff mbox series

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

Message ID 20191026090403.3057-1-marcel@ziswiler.com (mailing list archive)
State New, archived
Headers show
Series [v2,1/5] arm: dts: vf-colibri: fix typo in top-level module compatible | expand

Commit Message

Marcel Ziswiler Oct. 26, 2019, 9:03 a.m. UTC
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

Fix typo in top-level module compatible.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>

---

Changes in v2: New patch.

 arch/arm/boot/dts/vf500-colibri.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shawn Guo Nov. 4, 2019, 1:16 a.m. UTC | #1
On Sat, Oct 26, 2019 at 11:03:59AM +0200, Marcel Ziswiler wrote:
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> 
> Fix typo in top-level module compatible.
> 
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.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?

Also as a practise, we use 'ARM: ...' for arch/arm/ patches going through
IMX tree.

Shawn

>  
>  	memory@80000000 {
>  		device_type = "memory";
> -- 
> 2.21.0
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Shawn Guo Nov. 4, 2019, 1:20 a.m. UTC | #2
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@toradex.com>
> > 
> > Fix typo in top-level module compatible.
> > 
> > Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.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
Shawn Guo Nov. 4, 2019, 1:29 a.m. UTC | #3
On Mon, Nov 04, 2019 at 09:20:35AM +0800, Shawn Guo wrote:
> > Also as a practise, we use 'ARM: ...' for arch/arm/ patches going through
> > IMX tree.
> 
> I fixed it up and applied the series.

Just let you know that I did not receive patch #3.

Shawn
Marcel Ziswiler Nov. 4, 2019, 6:51 a.m. UTC | #4
Hi Shawn

On November 4, 2019 2:29:58 AM GMT+01:00, Shawn Guo <shawnguo@kernel.org> wrote:
>On Mon, Nov 04, 2019 at 09:20:35AM +0800, Shawn Guo wrote:
>> > Also as a practise, we use 'ARM: ...' for arch/arm/ patches going
>through
>> > IMX tree.
>> 
>> I fixed it up and applied the series.
>
>Just let you know that I did not receive patch #3.

I believe #3 got already applied by input subsystem maintainer Dmitry Torokhov. However, so far I believe he hasn't pushed that one as of yet.

>Shawn

Thanks, Shawn!

Cheers

Marcel
diff mbox series

Patch

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";
 
 	memory@80000000 {
 		device_type = "memory";