[PATCH v2 5/8] MIPS: dts: Boston: Rename uart node

From: Jiaxun Yang
Date: Wed Jun 12 2024 - 07:58:24 EST


Remove it as serial node.

Signed-off-by: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx>
---
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 85d4255cfbb5..f1a026fc20e1 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: syscon-reboot {
};
};

- uart0: uart@17ffe000 {
+ uart0: serial@17ffe000 {
compatible = "ns16550a";
reg = <0x17ffe000 0x1000>;
reg-shift = <2>;

--
2.43.0