[0/4] Add support for Theobroma-Systems Tiger SoM

Message ID 20240227164659.705271-1-heiko@sntech.de
Headers
Series Add support for Theobroma-Systems Tiger SoM |

Message

Heiko Stübner Feb. 27, 2024, 4:46 p.m. UTC
  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
  

Comments

Heiko Stübner Feb. 28, 2024, 1:02 p.m. UTC | #1
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.
> 
> [...]

Applied, thanks!

[1/4] arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from rk3588 i2s
      commit: a8037ceb89649659831e86a87a9329d1bb43c735
[2/4] dt-bindings: arm: rockchip: Add Theobroma-Systems RK3588 Q7 with baseboard
      commit: c0263538c5ad8abd2053da6931e21878fa4ae58e
[3/4] arm64: dts: rockchip: add RK3588-Q7 (Tiger) SoM
      commit: 6173ef24b35b703078da8b714ba913bd78ee4d3d
[4/4] arm64: dts: rockchip: add Haikou baseboard with RK3588-Q7 SoM
      commit: f95d0903d0a5778822861411d441265b02ff3b31

Moved two status instances to the bottom of the list, where they belong.


Best regards,
  
Rob Herring Feb. 28, 2024, 1:46 p.m. UTC | #2
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@sntech.de:

arch/arm64/boot/dts/rockchip/rk3588-tiger-haikou.dtb: syscon@fd5a8000: 'clocks' is a required property
	from schema $id: http://devicetree.org/schemas/soc/rockchip/grf.yaml#
  
Heiko Stübner Feb. 28, 2024, 2:01 p.m. UTC | #3
Am Mittwoch, 28. Februar 2024, 14:46:16 CET schrieb Rob Herring:
> 
> 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@sntech.de:
> 
> arch/arm64/boot/dts/rockchip/rk3588-tiger-haikou.dtb: syscon@fd5a8000: 'clocks' is a required property
> 	from schema $id: http://devicetree.org/schemas/soc/rockchip/grf.yaml#
> 


for the record, this is fixed by
https://lore.kernel.org/linux-rockchip/20240227210521.724754-1-heiko@sntech.de

which I applied earlier today.


Heiko