]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: lx2160a-clearfog-itx: move shared includes to dts
authorJosua Mayer <josua@solid-run.com>
Sun, 24 May 2026 14:54:46 +0000 (16:54 +0200)
committerFrank Li <Frank.Li@nxp.com>
Fri, 5 Jun 2026 17:20:10 +0000 (13:20 -0400)
Originally includes were defined hierarchically:
- CEX-7 Module includes SoC
- Clearfog-CX & Honeycomb common parts include CEX-7 Module
- Boards include common parts

This makes it difficult to modify the includes on a per-board level,
e.g. when adding a new board based on CEX-7 module but revision 2 SoC
(which now has its own soc dtsi).

Move includes of both SoC and CEX-7 module out of common parts and into
each board dts.

Signed-off-by: Josua Mayer <josua@solid-run.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi
arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-cx.dts
arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-itx.dtsi
arch/arm64/boot/dts/freescale/fsl-lx2160a-honeycomb.dts

index 56b74837ddd481dc6aae5e000d3330e473337d9b..7df93bb37d13cde94da7838764e9edeeda2d42eb 100644 (file)
@@ -4,8 +4,6 @@
 //
 // Copyright 2019 SolidRun Ltd.
 
-#include "fsl-lx2160a.dtsi"
-
 / {
        model = "SolidRun LX2160A COM Express Type 7 module";
        compatible = "solidrun,lx2160a-cex7", "fsl,lx2160a";
index 86a9b771428dcff427fe4c720991a233d085e868..802d7611c6479eba7afd167aded1b6a164fdd379 100644 (file)
@@ -6,6 +6,8 @@
 
 /dts-v1/;
 
+#include "fsl-lx2160a.dtsi"
+#include "fsl-lx2160a-cex7.dtsi"
 #include "fsl-lx2160a-clearfog-itx.dtsi"
 
 / {
index 6388bd60ffdf52e347559375d275963954849ed3..170e5b0034f194fd1bc4cc61379ee3cdfc6fdec1 100644 (file)
@@ -5,7 +5,6 @@
 //
 // Copyright 2019 SolidRun Ltd.
 
-#include "fsl-lx2160a-cex7.dtsi"
 #include <dt-bindings/input/linux-event-codes.h>
 
 / {
index fe19f3009ea58bb45b4db33fc27a36428cbe8f95..2b1e13053422b62306d46a941734303a08e2710f 100644 (file)
@@ -6,6 +6,8 @@
 
 /dts-v1/;
 
+#include "fsl-lx2160a.dtsi"
+#include "fsl-lx2160a-cex7.dtsi"
 #include "fsl-lx2160a-clearfog-itx.dtsi"
 
 / {