diff options
author | Markus Stockhausen <markus.stockhausen@gmx.de> | 2022-09-17 19:03:13 +0200 |
---|---|---|
committer | Sander Vanheule <sander@svanheule.net> | 2022-09-17 21:28:21 +0200 |
commit | 307e5cfc6ec2f03dd603953e3727fd765ffb3989 (patch) | |
tree | 2e7a5bd314c306854f026cdf9e4db330cbcb4dce /target/linux/realtek/dts-5.10/rtl8382_d-link_dgs-1210-16.dts | |
parent | b201462c8999754b8ddd07de1cfb5d497503113f (diff) | |
download | upstream-307e5cfc6ec2f03dd603953e3727fd765ffb3989.tar.gz upstream-307e5cfc6ec2f03dd603953e3727fd765ffb3989.tar.bz2 upstream-307e5cfc6ec2f03dd603953e3727fd765ffb3989.zip |
realtek: D-Link make common DT include generic
The D-Link DGS device tree was reorganized to better reflect the common
DT parts. The common include is named SOC specific (838X) and it seemed
like a good choice to add another common include in the future for the
RTL839X devices. From the current point of view this option is not really
needed.
1. The common part only includes data that matches RTL839X devices too.
2. The Panasonic DT structure avoids including the basic DTSI inside the
common DTSI.
Taking simplicity of the Panasonic include logic and in perparation to
provide DGS-1210-52 support it makes sense to harmonize this.
- rename common include to reflect its content
- move the link to the root DTSI directly to the device specific DTS
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Diffstat (limited to 'target/linux/realtek/dts-5.10/rtl8382_d-link_dgs-1210-16.dts')
-rw-r--r-- | target/linux/realtek/dts-5.10/rtl8382_d-link_dgs-1210-16.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/realtek/dts-5.10/rtl8382_d-link_dgs-1210-16.dts b/target/linux/realtek/dts-5.10/rtl8382_d-link_dgs-1210-16.dts index 28c64c2ab4..35f41b9e4d 100644 --- a/target/linux/realtek/dts-5.10/rtl8382_d-link_dgs-1210-16.dts +++ b/target/linux/realtek/dts-5.10/rtl8382_d-link_dgs-1210-16.dts @@ -1,6 +1,7 @@ // SPDX-License-Identifier: GPL-2.0-or-later OR MIT -#include "rtl838x_d-link_dgs-1210_common.dtsi" +#include "rtl838x.dtsi" +#include "rtl83xx_d-link_dgs-1210_common.dtsi" / { compatible = "d-link,dgs-1210-16", "realtek,rtl838x-soc"; |