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

ARM: dts: alpine: align UART node name with bindings

Bindings expect UART/serial node names to be "serial".

Link: https://lore.kernel.org/r/20230123151545.369762-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

+2 -2
+2 -2
arch/arm/boot/dts/alpine.dtsi
··· 126 126 <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>; 127 127 }; 128 128 129 - uart0: uart@fd883000 { 129 + uart0: serial@fd883000 { 130 130 compatible = "ns16550a"; 131 131 reg = <0x0 0xfd883000 0x0 0x1000>; 132 132 clock-frequency = <375000000>; ··· 135 135 reg-io-width = <4>; 136 136 }; 137 137 138 - uart1: uart@fd884000 { 138 + uart1: serial@fd884000 { 139 139 compatible = "ns16550a"; 140 140 reg = <0x0 0xfd884000 0x0 0x1000>; 141 141 clock-frequency = <375000000>;