devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Add support for Radxa ROCK 4SE
@ 2023-07-05 14:10 Christopher Obbard
  2023-07-05 14:10 ` [PATCH v1 1/3] arm64: dts: rockchip: Move OPP table from ROCK Pi 4 dtsi Christopher Obbard
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Christopher Obbard @ 2023-07-05 14:10 UTC (permalink / raw)
  To: linux-rockchip
  Cc: kernel, Christopher Obbard, Andrew Lunn, Andy Yan, Brian Norris,
	Chris Morgan, Chukun Pan, Conor Dooley, FUKAUMI Naoki,
	Heiko Stuebner, Jagan Teki, Jagan Teki, Krzysztof Kozlowski,
	Maya Matuszczyk, Rob Herring, Sebastian Reichel, Tianling Shen,
	devicetree, linux-arm-kernel, linux-kernel

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.


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

-- 
2.40.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-07-06 11:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-05 14:10 [PATCH v1 0/3] Add support for Radxa ROCK 4SE Christopher Obbard
2023-07-05 14:10 ` [PATCH v1 1/3] arm64: dts: rockchip: Move OPP table from ROCK Pi 4 dtsi Christopher Obbard
2023-07-05 14:10 ` [PATCH v1 2/3] dt-bindings: arm: rockchip: Add Radxa ROCK 4SE Christopher Obbard
2023-07-05 15:52   ` Krzysztof Kozlowski
2023-07-05 14:10 ` [PATCH v1 3/3] arm64: dts: " Christopher Obbard
2023-07-05 15:53   ` Krzysztof Kozlowski
2023-07-06 11:33     ` Christopher Obbard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).