lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 28 Feb 2024 07:46:16 -0600
From: Rob Herring <robh@...nel.org>
To: Heiko Stuebner <heiko@...ech.de>
Cc: conor+dt@...nel.org, linux-rockchip@...ts.infradead.org, 
 robh+dt@...nel.org, linux-kernel@...r.kernel.org, 
 krzysztof.kozlowski+dt@...aro.org, quentin.schulz@...obroma-systems.com, 
 linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org
Subject: Re: [PATCH 0/4] Add support for Theobroma-Systems Tiger SoM


On Tue, 27 Feb 2024 17:46:55 +0100, Heiko Stuebner wrote:
> This adds support for the rk3588-based Tiger system-on-module from
> Theobroma Systems and includes support for the combination with
> the Haikou-baseboard.
> 
> Included is also a fix for the rk3588's i2s nodes to remove a
> yet-unsupported devicetree property that slipped in.
> 
> 
> Heiko Stuebner (4):
>   arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from rk3588 i2s
>   dt-bindings: arm: rockchip: Add Theobroma-Systems RK3588 Q7 with
>     baseboard
>   arm64: dts: rockchip: add RK3588-Q7 (Tiger) SoM
>   arm64: dts: rockchip: add Haikou baseboard with RK3588-Q7 SoM
> 
>  .../devicetree/bindings/arm/rockchip.yaml     |   6 +
>  arch/arm64/boot/dts/rockchip/Makefile         |   1 +
>  .../boot/dts/rockchip/rk3588-tiger-haikou.dts | 266 +++++++
>  .../arm64/boot/dts/rockchip/rk3588-tiger.dtsi | 691 ++++++++++++++++++
>  arch/arm64/boot/dts/rockchip/rk3588s.dtsi     |   2 -
>  5 files changed, 964 insertions(+), 2 deletions(-)
>  create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-tiger-haikou.dts
>  create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-tiger.dtsi
> 
> --
> 2.39.2
> 
> 
> 


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/rk3588-tiger-haikou.dtb' for 20240227164659.705271-1-heiko@...ech.de:

arch/arm64/boot/dts/rockchip/rk3588-tiger-haikou.dtb: syscon@...a8000: 'clocks' is a required property
	from schema $id: http://devicetree.org/schemas/soc/rockchip/grf.yaml#






Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ