[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240618-boston-syscon-v3-6-c47c06647a26@flygoat.com>
Date: Tue, 18 Jun 2024 16:11:06 +0100
From: Jiaxun Yang <jiaxun.yang@...goat.com>
To: Lee Jones <lee@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Paul Burton <paulburton@...nel.org>,
Thomas Bogendoerfer <tsbogend@...ha.franken.de>
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-mips@...r.kernel.org, Jiaxun Yang <jiaxun.yang@...goat.com>
Subject: [PATCH v3 6/8] MIPS: dts: Boston: Rename uart node
Remove it as serial node.
Signed-off-by: Jiaxun Yang <jiaxun.yang@...goat.com>
---
arch/mips/boot/dts/img/boston.dts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/mips/boot/dts/img/boston.dts b/arch/mips/boot/dts/img/boston.dts
index 5e825f34fcfa..7d1870aae47f 100644
--- a/arch/mips/boot/dts/img/boston.dts
+++ b/arch/mips/boot/dts/img/boston.dts
@@ -13,11 +13,11 @@ / {
model = "IMG Boston";
chosen {
- stdout-path = "uart0:115200";
+ stdout-path = "serial0:115200";
};
aliases {
- uart0 = &uart0;
+ serial0 = &uart0;
};
cpus {
@@ -218,7 +218,7 @@ reboot: reboot {
};
};
- uart0: uart@...fe000 {
+ uart0: serial@...fe000 {
compatible = "ns16550a";
reg = <0x17ffe000 0x1000>;
reg-shift = <2>;
--
2.43.0
Powered by blists - more mailing lists