[PATCH v2 4/4] ARM: dts: vf: add Iris carrier board support for Colibri VF50 and VF61

Francesco Dolcini francesco at dolcini.it
Thu Aug 13 01:42:46 PDT 2026


On Thu, Aug 13, 2026 at 10:22:04AM +0200, Krzysztof Kozlowski wrote:
> On Mon, Aug 10, 2026 at 04:20:47PM +0200, Mehmet Fide wrote:
> > diff --git a/arch/arm/boot/dts/nxp/vf/Makefile b/arch/arm/boot/dts/nxp/vf/Makefile
> > index 0a4a7f9..47be8bc 100644
> > --- a/arch/arm/boot/dts/nxp/vf/Makefile
> > +++ b/arch/arm/boot/dts/nxp/vf/Makefile
> > @@ -1,8 +1,10 @@
> >  # SPDX-License-Identifier: GPL-2.0
> >  dtb-$(CONFIG_SOC_VF610) += \
> >  	vf500-colibri-eval-v3.dtb \
> > +	vf500-colibri-iris.dtb \
> >  	vf610-bk4.dtb \
> >  	vf610-colibri-eval-v3.dtb \
> > +	vf610-colibri-iris.dtb \
> >  	vf610m4-colibri.dtb \
> >  	vf610-cosmic.dtb \
> >  	vf610m4-cosmic.dtb \
> > diff --git a/arch/arm/boot/dts/nxp/vf/vf-colibri-iris.dtsi b/arch/arm/boot/dts/nxp/vf/vf-colibri-iris.dtsi
> > new file mode 100644
> > index 0000000..d0fa107
> > --- /dev/null
> > +++ b/arch/arm/boot/dts/nxp/vf/vf-colibri-iris.dtsi
> > @@ -0,0 +1,125 @@
> > +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
> 
> Odd license ("or later"), but I guess this is a derived work of existing
> code.

Not related to this patch set, but related to this comment. As Toradex,
for some reason I am now aware of, we traditionally use

GPL-2.0-or-later OR MIT for DT files.

Should we consider moving to GPL-2.0-only OR MIT for our future
submission? Any additional info on the topic?

Francesco




More information about the linux-arm-kernel mailing list