[PATCH v3 6/8] MIPS: dts: Boston: Rename uart node
From: Jiaxun Yang
Date: Tue Jun 18 2024 - 11:13:42 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 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@17ffe000 {
+ uart0: serial@17ffe000 {
compatible = "ns16550a";
reg = <0x17ffe000 0x1000>;
reg-shift = <2>;
--
2.43.0