mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-07-23 20:31:37 +00:00
Move changes to mt7988a.dtsi from patch adding the support for the
MT7988A Reference Board to a dedicated patch to ease maintainance.
Fixes: f9206d1111
("kernel/mediatek: 6.12: replace downstream files by patches")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
34 lines
1.1 KiB
Diff
34 lines
1.1 KiB
Diff
From 109a9c8409f85d777f8ffa3fe145498a1fec0f1e Mon Sep 17 00:00:00 2001
|
|
From: Daniel Golle <daniel@makrotopia.org>
|
|
Date: Thu, 8 May 2025 04:03:58 +0100
|
|
Subject: [PATCH] arm64: dts: mt7988a: add serial1 and serial2 aliases
|
|
|
|
Add aliases serial1 and serial2, so boards can make use of the
|
|
auxilary UARTs of the MediaTek MT7988 SoC.
|
|
|
|
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
---
|
|
arch/arm64/boot/dts/mediatek/mt7988a.dtsi | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- a/arch/arm64/boot/dts/mediatek/mt7988a.dtsi
|
|
+++ b/arch/arm64/boot/dts/mediatek/mt7988a.dtsi
|
|
@@ -297,7 +297,7 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
- serial@11000100 {
|
|
+ serial1: serial@11000100 {
|
|
compatible = "mediatek,mt7988-uart", "mediatek,mt6577-uart";
|
|
reg = <0 0x11000100 0 0x100>;
|
|
interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>;
|
|
@@ -308,7 +308,7 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
- serial@11000200 {
|
|
+ serial2: serial@11000200 {
|
|
compatible = "mediatek,mt7988-uart", "mediatek,mt6577-uart";
|
|
reg = <0 0x11000200 0 0x100>;
|
|
interrupts = <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
|