Some cleanups and addition of another Qnap TSx33 device
From: Heiko Stuebner <heiko@...> Date: Thu, 25 Sep 2025 10:18:48 +0200
This fixes the 2nd network adapter on the TS433 and adds the TS233 a 2-bay device being otherwise similar to the TS433. Heiko Stuebner (6): arm64: dts: rockchip: move cpu_thermal node to the correct position arm64: dts: rockchip: Fix the 1Ghz ethernet on Qnap TS433 arm64: dts: rockchip: describe mcu eeprom cells on rk3568-ts433 arm64: dts: rockchip: move common qnap tsx33 parts to dtsi dt-bindings: arm: rockchip: add TS233 to RK3568-based QNAP NAS devices arm64: dts: rockchip: add QNAP TS233 devicetree .../devicetree/bindings/arm/rockchip.yaml | 6 +- arch/arm64/boot/dts/rockchip/Makefile | 1 + .../boot/dts/rockchip/rk3568-qnap-ts233.dts | 133 ++++ .../boot/dts/rockchip/rk3568-qnap-ts433.dts | 606 ++--------------- .../boot/dts/rockchip/rk3568-qnap-tsx33.dtsi | 608 ++++++++++++++++++ 5 files changed, 785 insertions(+), 569 deletions(-) create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-qnap-ts233.dts create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-qnap-tsx33.dtsi -- 2.47.2
Patches in this set
- [0001] arm64: dts: rockchip: move cpu_thermal node to the (raw)
- [0002] arm64: dts: rockchip: Fix the 1Ghz ethernet on Qnap TS433 (raw)
- [0003] arm64: dts: rockchip: describe mcu eeprom cells on (raw)
- [0004] arm64: dts: rockchip: move common qnap tsx33 parts to (raw)
- [0005] dt-bindings: arm: rockchip: add TS233 to RK3568-based (raw)
- [0006] arm64: dts: rockchip: add QNAP TS233 devicetree (raw)
Statistics
- 6 individual patches
- 895 lines added
- 679 lines removed