1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

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:
Krzysztof Kozlowski 2023-01-23 16:15:39 +01:00
parent d246813892
commit 2ba4ff82f9

View file

@ -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>;