All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add initial devicetree for Turing RK1
@ 2023-10-07  4:35 ` Sam Edwards
  0 siblings, 0 replies; 16+ messages in thread
From: Sam Edwards @ 2023-10-07  4:35 UTC (permalink / raw)
  To: Heiko Stuebner, Rob Herring
  Cc: linux-rockchip, linux-arm-kernel, linux-kernel, devicetree,
	Daniel Kukieła, Sven Rademakers, Lokesh Poovaragan,
	Sam Edwards

Hi list,

The Turing RK1 is an upcoming RK3588-based SoM built on the NVIDIA Jetson-style
SO-DIMM form factor, meant for compatibility with Jetson carrier boards
(but by far primarily the Turing Pi 2 cluster board, from the same vendor).

This patch series adds the initial devicetree, which enables most of the card's
I/O functions. I also have USB and thermal management working, but this depends
on other patches that haven't yet made their way upstream.

Reviewers, be on your toes: this is my first DT contribution to the kernel.
Please be tough but patient! :)

Thanks,
Sam

Sam Edwards (3):
  dt-bindings: vendor-prefixes: add turing
  dt-bindings: arm: rockchip: Add Turing RK1
  arm64: dts: rockchip: Add Turing RK1 SoM support

 .../devicetree/bindings/arm/rockchip.yaml     |   5 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/boot/dts/rockchip/Makefile         |   1 +
 .../boot/dts/rockchip/rk3588-turing-rk1.dts   | 627 ++++++++++++++++++
 4 files changed, 635 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dts

-- 
2.41.0


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

end of thread, other threads:[~2023-10-10 14:19 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-07  4:35 [PATCH 0/3] Add initial devicetree for Turing RK1 Sam Edwards
2023-10-07  4:35 ` Sam Edwards
2023-10-07  4:35 ` Sam Edwards
2023-10-07  4:35 ` [PATCH 1/3] dt-bindings: vendor-prefixes: add turing Sam Edwards
2023-10-07  4:35   ` Sam Edwards
2023-10-07  4:35   ` Sam Edwards
2023-10-10 14:19   ` Rob Herring
2023-10-07  4:35 ` [PATCH 2/3] dt-bindings: arm: rockchip: Add Turing RK1 Sam Edwards
2023-10-07  4:35   ` Sam Edwards
2023-10-07  4:35   ` Sam Edwards
2023-10-07  4:36 ` [PATCH 3/3] arm64: dts: rockchip: Add Turing RK1 SoM support Sam Edwards
2023-10-07  4:36   ` Sam Edwards
2023-10-07  4:36   ` Sam Edwards
2023-10-08 12:59   ` Heiko Stübner
2023-10-08 12:59     ` Heiko Stübner
2023-10-08 12:59     ` Heiko Stübner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.