ARM: dts: berlin: align UART node name with bindings
Bindings expect UART/serial node names to be "serial". Link: https://lore.kernel.org/r/20230123151539.369654-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
d246813892
commit
2ba4ff82f9
1 changed files with 2 additions and 2 deletions
|
@ -581,7 +581,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
uart0: uart@9000 {
|
||||
uart0: serial@9000 {
|
||||
compatible = "snps,dw-apb-uart";
|
||||
reg = <0x9000 0x100>;
|
||||
interrupts = <8>;
|
||||
|
@ -592,7 +592,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
uart1: uart@a000 {
|
||||
uart1: serial@a000 {
|
||||
compatible = "snps,dw-apb-uart";
|
||||
reg = <0xa000 0x100>;
|
||||
interrupts = <9>;
|
||||
|
|
Loading…
Add table
Reference in a new issue