Hi Lukasz, On Wed, Aug 28, 2024 at 8:21 AM Lukasz Majewski <lukma@xxxxxxx> wrote: > > The btt3 device' HW revisions from 0 to 2 use imx287 SoC and are to > some extend similar to already upstreamed XEA devices, hence are > using common imx28-lwe.dtsi file. > > New, btt3.dtsi has been added to embrace common DTS properties for > different HW revisions for this device. > > As a result - changes introduced in btt3-[012].dts are minimal. > > Signed-off-by: Lukasz Majewski <lukma@xxxxxxx> > --- > arch/arm/boot/dts/nxp/mxs/Makefile | 3 + > arch/arm/boot/dts/nxp/mxs/btt3-0.dts | 12 + > arch/arm/boot/dts/nxp/mxs/btt3-1.dts | 8 + > arch/arm/boot/dts/nxp/mxs/btt3-2.dts | 12 + > arch/arm/boot/dts/nxp/mxs/btt3.dtsi | 320 +++++++++++++++++++++++++++ All the i.MX devicetrees start with the SoC name. What about naming them imx28-btt3-0.dts, imx28-btt3-1.dts and so on?