mbox series

[0/1] Add Radxa Rock 4D support

Message ID 20250212220236.116383-1-detlev.casanova@collabora.com (mailing list archive)
Headers show
Series Add Radxa Rock 4D support | expand

Message

Detlev Casanova Feb. 12, 2025, 9:56 p.m. UTC
Add the basic support for the board. (Not officially released yet)
It is based on the Rockchip rk3576 SoC, so I haven't added the
following devices yet:
 - VOP/HDMI
 - UFS
as the support for those has not been merged yet, but are close to be
and I already validated that they work.
It will come with another patch set.

The following devices are supported and working:
 - UART
 - SD Card
 - Ethernet
 - USB
 - RTC

Stephen Chen (1):
  arm64: dts: rockchip: Add Radxa ROCK 4D device tree

 arch/arm64/boot/dts/rockchip/Makefile         |   1 +
 .../boot/dts/rockchip/rk3576-rock-4d.dts      | 649 ++++++++++++++++++
 2 files changed, 650 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3576-rock-4d.dts

Comments

Heiko Stübner Feb. 12, 2025, 10:28 p.m. UTC | #1
Hi Detlev,

Am Mittwoch, 12. Februar 2025, 22:56:48 MEZ schrieb Detlev Casanova:
> Add the basic support for the board. (Not officially released yet)
> It is based on the Rockchip rk3576 SoC, so I haven't added the
> following devices yet:
>  - VOP/HDMI
>  - UFS
> as the support for those has not been merged yet, but are close to be
> and I already validated that they work.
> It will come with another patch set.
> 
> The following devices are supported and working:
>  - UART
>  - SD Card
>  - Ethernet
>  - USB
>  - RTC
> 
> Stephen Chen (1):
>   arm64: dts: rockchip: Add Radxa ROCK 4D device tree
> 
>  arch/arm64/boot/dts/rockchip/Makefile         |   1 +
>  .../boot/dts/rockchip/rk3576-rock-4d.dts      | 649 ++++++++++++++++++

it seems you're missing a separate patch adding an entry to
Documentation/devicetree/bindings/arm/rockchip.yaml

Heiko