Skip to content

Commit f0761f6

Browse files
committed
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
1 parent da0de80 commit f0761f6

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk3568-qnap-ts233.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
/dts-v1/;
88

9+
#include "rk3568.dtsi"
910
#include "rk3568-qnap-tsx33.dtsi"
1011

1112
/ {

arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
/dts-v1/;
88

9+
#include "rk3568.dtsi"
910
#include "rk3568-qnap-tsx33.dtsi"
1011

1112
/ {

arch/arm64/boot/dts/rockchip/rk3568-qnap-tsx33.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#include <dt-bindings/input/input.h>
22
#include <dt-bindings/leds/common.h>
33
#include <dt-bindings/gpio/gpio.h>
4-
#include "rk3568.dtsi"
54

65
/ {
76
aliases {

0 commit comments

Comments
 (0)