Message ID | a583992a896c80962b820803526eb593122c1692.1709034476.git.ukleinek@debian.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: Add basic support for QNAP TS-433 | expand |
On 27/02/2024 12:52, Uwe Kleine-König wrote: > This is a SOHO NAS with 4 hd bays and 4 GB of RAM. > > Signed-off-by: Uwe Kleine-König <ukleinek@debian.org> > --- > Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ > 1 file changed, 5 insertions(+) Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 5cf5cbef2cf5..389bf0c7d702 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -697,6 +697,11 @@ properties: - powkiddy,x55 - const: rockchip,rk3566 + - description: QNAP TS-433-4G 4-Bay NAS + items: + - const: qnap,ts433 + - const: rockchip,rk3568 + - description: Radxa Compute Module 3(CM3) items: - enum:
This is a SOHO NAS with 4 hd bays and 4 GB of RAM. Signed-off-by: Uwe Kleine-König <ukleinek@debian.org> --- Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+)