On 10/08/2022 11:18, Frieder Schrempf wrote: > From: Frieder Schrempf <frieder.schrempf@xxxxxxxxxx> > > There is no need in differentiating between the different SoM versions > that only differ in memory size, etc. It's much cleaner to simplify > the devicetrees and let them be more generic. > > If necessary the bootloader will update the devicetree dynamically > to contain the correct size of the memory. > > We also get rid of the N6xxx notation in the compatibles and file > names, as they are not really used anymore and often result in > confusion. > > Signed-off-by: Frieder Schrempf <frieder.schrempf@xxxxxxxxxx> > --- > arch/arm/boot/dts/Makefile | 4 +- > ...6310-s-43.dts => imx6ul-kontron-bl-43.dts} | 8 ++-- > ...x-s.dtsi => imx6ul-kontron-bl-common.dtsi} | 0 > ...tron-n6310-s.dts => imx6ul-kontron-bl.dts} | 9 ++-- > .../boot/dts/imx6ul-kontron-n6310-som.dtsi | 41 ------------------- > arch/arm/boot/dts/imx6ul-kontron-n6311-s.dts | 16 -------- > .../boot/dts/imx6ul-kontron-n6311-som.dtsi | 40 ------------------ > ...mon.dtsi => imx6ul-kontron-sl-common.dtsi} | 15 +++++++ > arch/arm/boot/dts/imx6ul-kontron-sl.dtsi | 14 +++++++ > arch/arm/boot/dts/imx6ull-kontron-bl.dts | 15 +++++++ > arch/arm/boot/dts/imx6ull-kontron-n6411-s.dts | 16 -------- > .../boot/dts/imx6ull-kontron-n6411-som.dtsi | 40 ------------------ > arch/arm/boot/dts/imx6ull-kontron-sl.dtsi | 13 ++++++ Most of these should be renames with small amount of changes. You should experiment with -B/-M/-C format-patch arguments so the end diff is easy to read. Best regards, Krzysztof