Commit b1428c68 authored by Chris Packham's avatar Chris Packham Committed by Thomas Bogendoerfer

mips: dts: realtek: use "serial" instead of "uart" in node name

Update the node name for the UARTs to resolve the following dtbs_check
complaints:

  uart@2000: $nodename:0: 'uart@2000' does not match '^serial(@.*)?$'
  uart@2100: $nodename:0: 'uart@2100' does not match '^serial(@.*)?$'
Signed-off-by: default avatarChris Packham <chris.packham@alliedtelesis.co.nz>
Reviewed-by: default avatarMarek Behún <kabel@kernel.org>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 59649de9
......@@ -22,7 +22,7 @@ soc: soc {
#size-cells = <1>;
ranges = <0x0 0x18000000 0x10000>;
uart0: uart@2000 {
uart0: serial@2000 {
compatible = "ns16550a";
reg = <0x2000 0x100>;
......@@ -39,7 +39,7 @@ uart0: uart@2000 {
status = "disabled";
};
uart1: uart@2100 {
uart1: serial@2100 {
compatible = "ns16550a";
reg = <0x2100 0x100>;
......
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