qnap-mcu: Add TS133 support
From: Heiko Stuebner <heiko@...> Date: Sun, 4 Jan 2026 18:16:01 +0100
The completionist in me made me grab a TS133 1-bay variant for cheap. Not yet sure what to do with it, but at least once one understands the basic layout, adding support for more variants gets easy :-) . So this small series adds support for 1-bay consumer variant of the QNAP NAS series based on Rockchip RK3566/RK3568 SoCs. The last remaining type of this series is the TS433eu 1HE rackmount variant. There are people wanting to add support for this, so they also get to do the MCU support for it - which is a tiny bit more involved as the TS433eU has 3 independently controllable fans. Heiko Stuebner (2): dt-bindings: mfd: qnap,ts433-mcu: Add qnap,ts133-mcu compatible mfd: qnap-mcu: Add driver data for TS133 variant .../devicetree/bindings/mfd/qnap,ts433-mcu.yaml | 1 + drivers/mfd/qnap-mcu.c | 9 +++++++++ 2 files changed, 10 insertions(+) -- 2.47.2
Patches in this set
- [0001] dt-bindings: mfd: qnap,ts433-mcu: Add qnap,ts133-mcu (raw)
- [0002] mfd: qnap-mcu: Add driver data for TS133 variant (raw)
Statistics
- 2 individual patches
- 10 lines added
- 0 lines removed