Commit dfd65532 authored by zhaoxiao's avatar zhaoxiao Committed by Thomas Bogendoerfer

mips: dts: loongson: fix DTC unit name warnings

Fixes the following W=1 kernel build warning(s):
arch/mips/boot/dts/loongson/loongson64g-package.dtsi:42.30-49.5: Warning (simple_bus_reg): /bus@1fe00000/serial@1fe001e0: simple-bus unit address format error, expected "1fe00100"
arch/mips/boot/dts/loongson/loongson64g-package.dtsi:51.30-59.5: Warning (simple_bus_reg): /bus@1fe00000/serial@1fe001e8: simple-bus unit address format error, expected "1fe00110"
Signed-off-by: default avatarzhaoxiao <zhaoxiao@uniontech.com>
Acked-by: default avatarJiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 01153887
...@@ -39,7 +39,7 @@ liointc: interrupt-controller@3ff01400 { ...@@ -39,7 +39,7 @@ liointc: interrupt-controller@3ff01400 {
}; };
cpu_uart0: serial@1fe001e0 { cpu_uart0: serial@1fe00100 {
compatible = "ns16550a"; compatible = "ns16550a";
reg = <0 0x1fe00100 0x10>; reg = <0 0x1fe00100 0x10>;
clock-frequency = <100000000>; clock-frequency = <100000000>;
...@@ -48,7 +48,7 @@ cpu_uart0: serial@1fe001e0 { ...@@ -48,7 +48,7 @@ cpu_uart0: serial@1fe001e0 {
no-loopback-test; no-loopback-test;
}; };
cpu_uart1: serial@1fe001e8 { cpu_uart1: serial@1fe00110 {
status = "disabled"; status = "disabled";
compatible = "ns16550a"; compatible = "ns16550a";
reg = <0 0x1fe00110 0x10>; reg = <0 0x1fe00110 0x10>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment