On Mon, Nov 27, 2023 at 10:11:05PM +0100, Roland Hieber wrote: > From: Marco Felsch <m.felsch@xxxxxxxxxxxxxx> > > Add DTSI file of Variscite VAR-SOM-MX7 System on Module in a basic > version. While we don't have a VAR-MX7 development board at hand, we > will use this DTSI as base for a custom board in a later commit. > > Signed-off-by: Marco Felsch <m.felsch@xxxxxxxxxxxxxx> > Co-developed-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx> > Signed-off-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx> > Signed-off-by: Roland Hieber <rhi@xxxxxxxxxxxxxx> > --- > arch/arm/boot/dts/nxp/imx/imx7d-var-som-mx7.dtsi | 607 +++++++++++++++++++++++ > 1 file changed, 607 insertions(+) > > diff --git a/arch/arm/boot/dts/nxp/imx/imx7d-var-som-mx7.dtsi b/arch/arm/boot/dts/nxp/imx/imx7d-var-som-mx7.dtsi > new file mode 100644 > index 000000000000..29b9b9305b81 > --- /dev/null > +++ b/arch/arm/boot/dts/nxp/imx/imx7d-var-som-mx7.dtsi > @@ -0,0 +1,607 @@ > +// SPDX-License-Identifier: GPL-2.0-only This license and... > +#include "imx7d.dtsi" ...what's in here don't match. Rob