ARM: dts: moxart: align UART node name with bindings
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 23 Jan 2023 15:15:25 +0000 (16:15 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 26 Jan 2023 10:21:58 +0000 (11:21 +0100)
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>
arch/arm/boot/dts/moxart.dtsi

index 764832ddfa78ace56941070a49915cc276669d11..11cbea5b94d2f9d3836f4642120bbe7bfd39c944 100644 (file)
                        status = "disabled";
                };
 
-               uart0: uart@98200000 {
+               uart0: serial@98200000 {
                        compatible = "ns16550a";
                        reg = <0x98200000 0x20>;
                        interrupts = <31 IRQ_TYPE_LEVEL_HIGH>;