[PATCH 0/5] Support for QNAP TS133 variant

Heiko Stuebner posted 5 patches 2 days, 3 hours ago
.../devicetree/bindings/arm/rockchip.yaml     | 14 ++--
arch/arm64/boot/dts/rockchip/Makefile         |  1 +
.../boot/dts/rockchip/rk3566-qnap-ts133.dts   | 71 +++++++++++++++++++
.../boot/dts/rockchip/rk3568-qnap-ts233.dts   | 18 ++++-
.../boot/dts/rockchip/rk3568-qnap-ts433.dts   | 18 ++++-
.../boot/dts/rockchip/rk3568-qnap-tsx33.dtsi  | 21 ++----
6 files changed, 118 insertions(+), 25 deletions(-)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-qnap-ts133.dts
[PATCH 0/5] Support for QNAP TS133 variant
Posted by Heiko Stuebner 2 days, 3 hours ago
This adds support for the TS133 variant of the NAS series.

It turns out this variant is build around the RK3566 instead of RK3568
as all the other are. This is "fixable" by not including the
soc dtsi in the board files and not in the shared tsx33 dtsi.

While adding the devicetree I also realized that some things are
wrong in the common dtsi:
- the shared sata controller for all variants is sata2
- the TS133 does not have a "copy-key"


The specific mcu-compatible of course needs the mfd series from [0]
to be merged first.

[0] https://lore.kernel.org/linux-devicetree/20260104173310.2685852-1-heiko@sntech.de/


Heiko Stuebner (5):
  arm64: dts: rockchip: Move SoC include to individual QNAP TSx33 boards
  arm64: dts: rockchip: Fix the common combophy + SATA on QNAP TSx33
    devices
  arm64: dts: rockchip: Move copy-key to TSx33 board files
  dt-bindings: arm: rockchip: add TS133 to RK356x-based QNAP NAS devices
  arm64: dts: rockchip: Add TS133 variant of the QNAP NAS series

 .../devicetree/bindings/arm/rockchip.yaml     | 14 ++--
 arch/arm64/boot/dts/rockchip/Makefile         |  1 +
 .../boot/dts/rockchip/rk3566-qnap-ts133.dts   | 71 +++++++++++++++++++
 .../boot/dts/rockchip/rk3568-qnap-ts233.dts   | 18 ++++-
 .../boot/dts/rockchip/rk3568-qnap-ts433.dts   | 18 ++++-
 .../boot/dts/rockchip/rk3568-qnap-tsx33.dtsi  | 21 ++----
 6 files changed, 118 insertions(+), 25 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-qnap-ts133.dts

-- 
2.47.2