mbox series

[0/3] Add initial DT for OpenWrt One

Message ID 20240527115933.7396-1-zajec5@gmail.com
Headers show
Series Add initial DT for OpenWrt One | expand

Message

Rafał Miłecki May 27, 2024, 11:59 a.m. UTC
From: Rafał Miłecki <rafal@milecki.pl>

OpenWrt project (https://openwrt.org/) celebrates its 20 years by
releasing an OpenWrt One product. Early units have been produced and
will be followed by DVT samples really soon. Then the mass production
is about to start.

This patchset includes very initial DT for this product but with the
pending work on MT7981 all gaps should be filled soon.

Announcement:
OpenWrt One - celebrating 20 years of OpenWrt
https://lists.openwrt.org/pipermail/openwrt-devel/2024-January/042018.html

Rafał Miłecki (3):
  dt-bindings: vendor-prefixes: add OpenWrt
  dt-bindings: arm64: dts: mediatek: Add OpenWrt One
  arm64: dts: mediatek: Add OpenWrt One

 .../devicetree/bindings/arm/mediatek.yaml         |  1 +
 .../devicetree/bindings/vendor-prefixes.yaml      |  2 ++
 arch/arm64/boot/dts/mediatek/Makefile             |  1 +
 .../boot/dts/mediatek/mt7981b-openwrt-one.dts     | 15 +++++++++++++++
 4 files changed, 19 insertions(+)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt7981b-openwrt-one.dts

Comments

AngeloGioacchino Del Regno June 4, 2024, 12:43 p.m. UTC | #1
The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.

To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.
On Mon, 27 May 2024 13:59:30 +0200, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
> 
> OpenWrt project (https://openwrt.org/) celebrates its 20 years by
> releasing an OpenWrt One product. Early units have been produced and
> will be followed by DVT samples really soon. Then the mass production
> is about to start.
> 
> [...]

Applied to v6.10-next/dts64, thanks!

[1/3] dt-bindings: vendor-prefixes: add OpenWrt
      commit: 80468ed25791e9c749cd12117111650a7f014928
[2/3] dt-bindings: arm64: dts: mediatek: Add OpenWrt One
      commit: 33e9d52fd89c8101a72fd95f648c8094ef4488a1
[3/3] arm64: dts: mediatek: Add OpenWrt One
      commit: c8770738f12ac3eced96dd7768be62b6c5018ed3

Cheers,
Angelo