mbox series

[v2,0/3] Add support for Radxa ROCK 4SE

Message ID 20230710115025.507439-1-chris.obbard@collabora.com (mailing list archive)
Headers show
Series Add support for Radxa ROCK 4SE | expand

Message

Christopher Obbard July 10, 2023, 11:50 a.m. UTC
Add support for the RK3399T-based Radxa ROCK 4SE board. This board offers
similar peripherals and form-factor to the ROCK Pi 4B but uses the
cost-optimised RK3399T processor (which has different a OPP table but
otherwise minimal changes) and some other minor hardware changes between
the Rock Pi 4B (described in the devicetree).

The first patch moves the RK3399 OPP table from the generic Radxa ROCK
Pi 4 dtsi into board-specific devicetree files, in preparation for the
ROCK 4SE devicetree file (in later patches).

The second patch adds the devicetree binding documentation for the Radxa
ROCK 4SE.

The third patch adds the board-specific devicetree file for the Radxa ROCK
4SE.

Changes in v2:
- Add Krzysztof Kozlowski's Acked-by tag.
- Set proper interrupt type for brcmf.

Christopher Obbard (3):
  arm64: dts: rockchip: Move OPP table from ROCK Pi 4 dtsi
  dt-bindings: arm: rockchip: Add Radxa ROCK 4SE
  arm64: dts: rockchip: Add Radxa ROCK 4SE

 .../devicetree/bindings/arm/rockchip.yaml     |  5 ++
 arch/arm64/boot/dts/rockchip/Makefile         |  1 +
 .../boot/dts/rockchip/rk3399-rock-4se.dts     | 65 +++++++++++++++++++
 .../boot/dts/rockchip/rk3399-rock-pi-4.dtsi   |  1 -
 .../boot/dts/rockchip/rk3399-rock-pi-4a.dts   |  1 +
 .../boot/dts/rockchip/rk3399-rock-pi-4b.dts   |  1 +
 .../boot/dts/rockchip/rk3399-rock-pi-4c.dts   |  1 +
 7 files changed, 74 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-rock-4se.dts

Comments

Heiko Stübner July 11, 2023, 2:48 p.m. UTC | #1
On Mon, 10 Jul 2023 12:50:22 +0100, Christopher Obbard wrote:
> Add support for the RK3399T-based Radxa ROCK 4SE board. This board offers
> similar peripherals and form-factor to the ROCK Pi 4B but uses the
> cost-optimised RK3399T processor (which has different a OPP table but
> otherwise minimal changes) and some other minor hardware changes between
> the Rock Pi 4B (described in the devicetree).
> 
> The first patch moves the RK3399 OPP table from the generic Radxa ROCK
> Pi 4 dtsi into board-specific devicetree files, in preparation for the
> ROCK 4SE devicetree file (in later patches).
> 
> [...]

Applied, thanks!

[1/3] arm64: dts: rockchip: Move OPP table from ROCK Pi 4 dtsi
      commit: fd2762a626461ca4d9d829431a8a7f9f8e6c3395
[2/3] dt-bindings: arm: rockchip: Add Radxa ROCK 4SE
      commit: e7afb99e8f52f24514267f5482cd2f274220b360
[3/3] arm64: dts: rockchip: Add Radxa ROCK 4SE
      commit: 86a0e14a82ea723c7b7381799f060612dc65cdf3

Best regards,