On Tue, Nov 23, 2021 at 12:13 PM Ariel D'Alessandro <ariel.dalessandro@xxxxxxxxxxxxx> wrote: > > From: Michael Trimarchi <michael@xxxxxxxxxxxxxxxxxxxx> > > Add DTS of BSH SMM-M2 SystemMaster. > > This version comes with: > - 128 MiB DDR3 RAM > - 256 MiB Nand > - wifi > - bluetooth > > Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@xxxxxxxxxxxxx> > Signed-off-by: Michael Trimarchi <michael@xxxxxxxxxxxxxxxxxxxx> > --- > arch/arm/boot/dts/Makefile | 3 +- > arch/arm/boot/dts/imx6ulz-bsh-smm-m2.dts | 153 +++++++++++++++++++++++ > 2 files changed, 155 insertions(+), 1 deletion(-) > create mode 100644 arch/arm/boot/dts/imx6ulz-bsh-smm-m2.dts > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > index 0de64f237cd8..e6d4ad497985 100644 > --- a/arch/arm/boot/dts/Makefile > +++ b/arch/arm/boot/dts/Makefile > @@ -693,7 +693,8 @@ dtb-$(CONFIG_SOC_IMX6UL) += \ > imx6ull-phytec-segin-ff-rdk-nand.dtb \ > imx6ull-phytec-segin-ff-rdk-emmc.dtb \ > imx6ull-phytec-segin-lc-rdk-nand.dtb \ > - imx6ulz-14x14-evk.dtb > + imx6ulz-14x14-evk.dtb \ > + imx6ulz-bsh-smm-m2.dts This should be .dtb instead of .dts