mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 19:21:28 +02:00
arm64: dts: lx2160a-clearfog-itx: move shared includes to dts
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>
This commit is contained in:
parent
abe655d446
commit
4ff4d6f348
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
/dts-v1/;
|
||||
|
||||
#include "fsl-lx2160a.dtsi"
|
||||
#include "fsl-lx2160a-cex7.dtsi"
|
||||
#include "fsl-lx2160a-clearfog-itx.dtsi"
|
||||
|
||||
/ {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
//
|
||||
// Copyright 2019 SolidRun Ltd.
|
||||
|
||||
#include "fsl-lx2160a-cex7.dtsi"
|
||||
#include <dt-bindings/input/linux-event-codes.h>
|
||||
|
||||
/ {
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
/dts-v1/;
|
||||
|
||||
#include "fsl-lx2160a.dtsi"
|
||||
#include "fsl-lx2160a-cex7.dtsi"
|
||||
#include "fsl-lx2160a-clearfog-itx.dtsi"
|
||||
|
||||
/ {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user