Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+2 -2
+2 -2
arch/arm/boot/dts/berlin2q.dtsi
··· 581 581 status = "disabled"; 582 582 }; 583 583 584 - uart0: uart@9000 { 584 + uart0: serial@9000 { 585 585 compatible = "snps,dw-apb-uart"; 586 586 reg = <0x9000 0x100>; 587 587 interrupts = <8>; ··· 592 592 status = "disabled"; 593 593 }; 594 594 595 - uart1: uart@a000 { 595 + uart1: serial@a000 { 596 596 compatible = "snps,dw-apb-uart"; 597 597 reg = <0xa000 0x100>; 598 598 interrupts = <9>;