diff options
author | Frieder Schrempf <frieder.schrempf@kontron.de> | 2022-08-15 10:28:11 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-08-22 04:22:34 +0200 |
commit | 0fcf85d89de30ad2d9d9836376aacaf329d1b022 (patch) | |
tree | c0fbbf44384ea3a844d29e8e564b387aed737b6d /arch/arm/boot/dts/imx6ull-kontron-sl.dtsi | |
parent | ARM: dts: vf610: align SPI node name with dtschema (diff) | |
download | linux-0fcf85d89de30ad2d9d9836376aacaf329d1b022.tar.xz linux-0fcf85d89de30ad2d9d9836376aacaf329d1b022.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6ull-kontron-sl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ull-kontron-sl.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ull-kontron-sl.dtsi b/arch/arm/boot/dts/imx6ull-kontron-sl.dtsi new file mode 100644 index 000000000000..93f10eb3494f --- /dev/null +++ b/arch/arm/boot/dts/imx6ull-kontron-sl.dtsi @@ -0,0 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Copyright (C) 2017 exceet electronics GmbH + * Copyright (C) 2018 Kontron Electronics GmbH + */ + +#include "imx6ull.dtsi" +#include "imx6ul-kontron-sl-common.dtsi" + +/ { + model = "Kontron SL i.MX6ULL (N641X SOM)"; + compatible = "kontron,sl-imx6ull", "fsl,imx6ull"; +}; |