Skip to content

Commit b1428c6

Browse files
cpackham-atlnztsbogend
authored andcommitted
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: Chris Packham <[email protected]> Reviewed-by: Marek Behún <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 59649de commit b1428c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/mips/boot/dts/realtek/rtl83xx.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#size-cells = <1>;
2323
ranges = <0x0 0x18000000 0x10000>;
2424

25-
uart0: uart@2000 {
25+
uart0: serial@2000 {
2626
compatible = "ns16550a";
2727
reg = <0x2000 0x100>;
2828

@@ -39,7 +39,7 @@
3939
status = "disabled";
4040
};
4141

42-
uart1: uart@2100 {
42+
uart1: serial@2100 {
4343
compatible = "ns16550a";
4444
reg = <0x2100 0x100>;
4545

0 commit comments

Comments
 (0)