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

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

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

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

+1 -1
+1 -1
arch/arm/boot/dts/moxart.dtsi
··· 138 138 status = "disabled"; 139 139 }; 140 140 141 - uart0: uart@98200000 { 141 + uart0: serial@98200000 { 142 142 compatible = "ns16550a"; 143 143 reg = <0x98200000 0x20>; 144 144 interrupts = <31 IRQ_TYPE_LEVEL_HIGH>;