[PATCH 0/2] arm64: Add basic support for QNAP TS-433

Rob Herring robh at kernel.org
Tue Feb 27 05:45:06 PST 2024


On Tue, 27 Feb 2024 12:52:35 +0100, Uwe Kleine-König wrote:
> Hello,
> 
> this is an initial dts to support QNAP's TS-433 NAS. It's enough to
> start the debian installer with a custom built kernel (original Debian
> kernel fails to open a console, didn't debug that yet) and access HD,
> eMMC, RTC and network.
> 
> There are still some missing bits and pieces, but to make people aware
> there are efforts to support this machine and so prevent duplicate work,
> I think it makes sense to add the dts in its current form already.
> 
> Best regards
> Uwe
> 
> Uwe Kleine-König (2):
>   dt-bindings: arm: rockchip: Add QNAP TS-433
>   arm64: dts: rockchip: Add basic support for QNAP TS-433
> 
>  .../devicetree/bindings/arm/rockchip.yaml     |  5 ++
>  arch/arm64/boot/dts/rockchip/Makefile         |  1 +
>  .../boot/dts/rockchip/rk3568-qnap-ts433.dts   | 86 +++++++++++++++++++
>  3 files changed, 92 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts
> 
> base-commit: 6613476e225e090cc9aad49be7fa504e290dd33d
> --
> 2.43.0
> 
> 


My bot found new DT warnings on the .dts files added or changed in this
series.

Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not.

If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:

  pip3 install dtschema --upgrade


New warnings running 'make CHECK_DTBS=y rockchip/rk3568-qnap-ts433.dtb' for cover.1709034476.git.ukleinek at debian.org:

arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dtb: video-codec at fdea0400: 'interrupt-names' is a required property
	from schema $id: http://devicetree.org/schemas/media/rockchip-vpu.yaml#
arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dtb: i2s at fe420000: reset-names:0: 'm' is not one of ['tx-m', 'rx-m']
	from schema $id: http://devicetree.org/schemas/sound/rockchip,i2s-tdm.yaml#








More information about the linux-arm-kernel mailing list