mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
arm64: dts: rockchip: Move SoC include to individual QNAP TSx33 boards
The TS133 while mostly similar, is based around the RK3566 variant, so needs a different SoC include. By moving the SoC include to the board devicetrees, we can still keep the shared common setup, while supporting the different base SoCs. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://patch.msgid.link/20260104191448.2693309-2-heiko@sntech.de
This commit is contained in:
parent
da0de806d8
commit
f0761f6be5
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
/dts-v1/;
|
||||
|
||||
#include "rk3568.dtsi"
|
||||
#include "rk3568-qnap-tsx33.dtsi"
|
||||
|
||||
/ {
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
/dts-v1/;
|
||||
|
||||
#include "rk3568.dtsi"
|
||||
#include "rk3568-qnap-tsx33.dtsi"
|
||||
|
||||
/ {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#include <dt-bindings/input/input.h>
|
||||
#include <dt-bindings/leds/common.h>
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
#include "rk3568.dtsi"
|
||||
|
||||
/ {
|
||||
aliases {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user