[PATCH v3 0/2] arm64: dts: mt7981/openwrt-one: UART labels and console

Bryan Hinton posted 2 patches 4 months, 2 weeks ago
arch/arm64/boot/dts/mediatek/mt7981b-openwrt-one.dts | 12 ++++++++++++
arch/arm64/boot/dts/mediatek/mt7981b.dtsi            |  6 +++---
2 files changed, 15 insertions(+), 3 deletions(-)
[PATCH v3 0/2] arm64: dts: mt7981/openwrt-one: UART labels and console
Posted by Bryan Hinton 4 months, 2 weeks ago
This series makes two small updates for MT7981:

- Patch 1/2: Add stable labels (uart0, uart1, uart2) in the SoC dtsi so
  that board dts files can reference them directly.
- Patch 2/2: Update the OpenWrt One board dts to define serial0 alias,
  set chosen stdout-path, and enable uart0.

Both patches were build-tested (dtbs) and boot-tested: mainline Image+DTB
built and loaded via U-Boot on MT7981 hardware, with serial console output
verified.

Changes in v3:
- Patch 1/2: Unchanged.
- Patch 2/2: Drop disallowed 'current-speed' from uart0 per dtbs_check.
  Console baud is already specified via stdout-path.

Thanks,
Bryan

---

Bryan Hinton (2):
  arm64: dts: mediatek: mt7981b: add labels for UART0/1/2 nodes
  arm64: dts: mediatek: mt7981b: OpenWrt One: set console UART to 115200

 arch/arm64/boot/dts/mediatek/mt7981b-openwrt-one.dts | 12 ++++++++++++
 arch/arm64/boot/dts/mediatek/mt7981b.dtsi            |  6 +++---
 2 files changed, 15 insertions(+), 3 deletions(-)

-- 
2.51.0
Re: [PATCH v3 0/2] arm64: dts: mt7981/openwrt-one: UART labels and console
Posted by AngeloGioacchino Del Regno 3 months, 3 weeks ago
On Sun, 21 Sep 2025 22:58:08 -0500, Bryan Hinton wrote:
> This series makes two small updates for MT7981:
> 
> - Patch 1/2: Add stable labels (uart0, uart1, uart2) in the SoC dtsi so
>   that board dts files can reference them directly.
> - Patch 2/2: Update the OpenWrt One board dts to define serial0 alias,
>   set chosen stdout-path, and enable uart0.
> 
> [...]

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

[1/2] arm64: dts: mediatek: mt7981b: add labels for UART0/1/2 nodes
      commit: c0a824edb6bf694a2d5a9eede29e1628f093cb22
[2/2] arm64: dts: mediatek: mt7981b: OpenWrt One: set console UART to 115200
      commit: 36712c5cf980980139bd8f7b84b1b6daec068857

Cheers,
Angelo
Re: [PATCH v3 0/2] arm64: dts: mt7981/openwrt-one: UART labels and console
Posted by AngeloGioacchino Del Regno 4 months, 2 weeks ago
Il 22/09/25 05:58, Bryan Hinton ha scritto:
> This series makes two small updates for MT7981:
> 
> - Patch 1/2: Add stable labels (uart0, uart1, uart2) in the SoC dtsi so
>    that board dts files can reference them directly.
> - Patch 2/2: Update the OpenWrt One board dts to define serial0 alias,
>    set chosen stdout-path, and enable uart0.
> 
> Both patches were build-tested (dtbs) and boot-tested: mainline Image+DTB
> built and loaded via U-Boot on MT7981 hardware, with serial console output
> verified.
> 

Whole series is

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

Thanks!