ARM: dts: imx6ul-kontron: Simplify devicetree structure
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Mon, 15 Aug 2022 08:28:11 +0000 (10:28 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 22 Aug 2022 02:22:34 +0000 (10:22 +0800)
commit0fcf85d89de30ad2d9d9836376aacaf329d1b022
treec0fbbf44384ea3a844d29e8e564b387aed737b6d
parentb709c5a39e7ea3495d5524c9b57eb86f4b4ae255
ARM: dts: imx6ul-kontron: Simplify devicetree structure

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.

This is a breaking change, but the impact shouldn't be too big and it
makes usage and maintenance easier in the future.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
17 files changed:
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/imx6ul-kontron-bl-43.dts [new file with mode: 0644]
arch/arm/boot/dts/imx6ul-kontron-bl-common.dtsi [new file with mode: 0644]
arch/arm/boot/dts/imx6ul-kontron-bl.dts [new file with mode: 0644]
arch/arm/boot/dts/imx6ul-kontron-n6310-s-43.dts [deleted file]
arch/arm/boot/dts/imx6ul-kontron-n6310-s.dts [deleted file]
arch/arm/boot/dts/imx6ul-kontron-n6310-som.dtsi [deleted file]
arch/arm/boot/dts/imx6ul-kontron-n6311-s.dts [deleted file]
arch/arm/boot/dts/imx6ul-kontron-n6311-som.dtsi [deleted file]
arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi [deleted file]
arch/arm/boot/dts/imx6ul-kontron-n6x1x-som-common.dtsi [deleted file]
arch/arm/boot/dts/imx6ul-kontron-sl-common.dtsi [new file with mode: 0644]
arch/arm/boot/dts/imx6ul-kontron-sl.dtsi [new file with mode: 0644]
arch/arm/boot/dts/imx6ull-kontron-bl.dts [new file with mode: 0644]
arch/arm/boot/dts/imx6ull-kontron-n6411-s.dts [deleted file]
arch/arm/boot/dts/imx6ull-kontron-n6411-som.dtsi [deleted file]
arch/arm/boot/dts/imx6ull-kontron-sl.dtsi [new file with mode: 0644]