public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/3] board: rockchip: add OneThing Cloud OEC turbo
@ 2025-07-13 16:32 Jun Yan
  2025-07-13 16:32 ` [PATCH 1/3] dt-bindings: vendor-prefixes: Add Shenzhen OneThing Technologies Co., Ltd Jun Yan
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Jun Yan @ 2025-07-13 16:32 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, heiko, quentin.schulz, dsimic, naoki
  Cc: devicetree, linux-arm-kernel, linux-rockchip, Jun Yan

This series adds support for the OneThing Cloud OEC Turbo, which was
initially marketed by OneThing Tech as a PCDN (P2P Content Delivery
Network) device.

Jun Yan (3):
  dt-bindings: vendor-prefixes: Add Shenzhen OneThing Technologies Co.,
    Ltd.
  dt-bindings: arm: rockchip: Add OneThing Cloud OEC turbo
  arm64: dts: rockchip: Add OneThing Cloud OEC turbo

 .../devicetree/bindings/arm/rockchip.yaml     |   5 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/boot/dts/rockchip/Makefile         |   1 +
 .../rk3566-onething-cloud-oec-turbo.dts       | 313 ++++++++++++++++++
 4 files changed, 321 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-onething-cloud-oec-turbo.dts

-- 
2.50.1



^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH v2 0/3] board: rockchip: add OneThing Edge Cube series
@ 2026-01-31 15:31 Jun Yan
  2026-01-31 15:31 ` [PATCH 1/3] dt-bindings: vendor-prefixes: Add Shenzhen OneThing Technologies Co., Ltd Jun Yan
  0 siblings, 1 reply; 11+ messages in thread
From: Jun Yan @ 2026-01-31 15:31 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel, linux-rockchip
  Cc: robh, krzk+dt, conor+dt, heiko, alchark, dsimic, Jun Yan

This series adds support for the OneThing Edge Cube series, which were
initially marketed by OneThing Tech as PCDN (P2P Content Delivery Network) 
devices. The Edge Cube series is based on Rockchip RK3566 SoC and is designed
for PCDN applications.

The V2 patches adds a new device, the OneThing OEC. Together with the V1 patch 
OneThing OEC-turbo, these two devices share identical hardware specifications
except for the RAM capacity, enabling convenient support implementation.

The V1 patch was submitted quite some time ago and is now in an archived state[1].
it has not been processed due to scheduling conflicts – apologies for this.

Changes in v2:
- Fix typo in vendor-prefixes.
- Simplify company and device names.
- Add the new device OEC as part of the OneThing Edge Cube series for support.
- Set display-subsystem node to "disabled" instead of using "delete-node".
- Using generic node names for leds.
- Follow DTS codeing style in vcc5v0_usb_host_en pinctrl node.
- Modify the phy_mode of GMAC from rgmii to rgmii-id.
- Adjust device tree node ordering to follow code style.

Link to v1: https://lore.kernel.org/all/20250713163255.163669-1-jerrysteve1101@gmail.com/

[1] https://patchwork.kernel.org/project/linux-rockchip/cover/20250713163255.163669-1-jerrysteve1101@gmail.com/

Jun Yan (3):
  dt-bindings: vendor-prefixes: Add Shenzhen OneThing Technologies Co.,
    Ltd.
  dt-bindings: arm: rockchip: Add OneThing Edge Cube series
  arm64: dts: rockchip: Add OneThing Edge Cube series

 .../devicetree/bindings/arm/rockchip.yaml     |   6 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/boot/dts/rockchip/Makefile         |   2 +
 .../rockchip/rk3566-onething-oec-turbo.dts    |  10 +
 .../boot/dts/rockchip/rk3566-onething-oec.dts |  10 +
 .../dts/rockchip/rk3566-onething-oec.dtsi     | 313 ++++++++++++++++++
 6 files changed, 343 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-onething-oec-turbo.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-onething-oec.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-onething-oec.dtsi

-- 
2.52.0



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

end of thread, other threads:[~2026-01-31 20:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-13 16:32 [PATCH 0/3] board: rockchip: add OneThing Cloud OEC turbo Jun Yan
2025-07-13 16:32 ` [PATCH 1/3] dt-bindings: vendor-prefixes: Add Shenzhen OneThing Technologies Co., Ltd Jun Yan
2025-07-13 17:28   ` Rob Herring (Arm)
2025-07-13 18:57   ` Heiko Stübner
2025-07-13 16:32 ` [PATCH 2/3] dt-bindings: arm: rockchip: Add OneThing Cloud OEC turbo Jun Yan
2025-07-15  3:33   ` Rob Herring (Arm)
2025-07-13 16:32 ` [PATCH 3/3] arm64: dts: " Jun Yan
2025-07-13 16:48   ` Andrew Lunn
2025-07-14  6:02   ` Krzysztof Kozlowski
  -- strict thread matches above, loose matches on Subject: below --
2026-01-31 15:31 [PATCH v2 0/3] board: rockchip: add OneThing Edge Cube series Jun Yan
2026-01-31 15:31 ` [PATCH 1/3] dt-bindings: vendor-prefixes: Add Shenzhen OneThing Technologies Co., Ltd Jun Yan
2026-01-31 20:29   ` Conor Dooley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox