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? 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@xxxxxxxxxxxxxxxxxxx > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel