OSDN Git Service

ARM: dts: mstar: align UART node name with bindings
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 23 Jan 2023 15:15:23 +0000 (16:15 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 25 Jan 2023 10:38:03 +0000 (11:38 +0100)
Bindings expect UART/serial node names to be "serial".

Reviewed-by: Daniel Palmer <daniel@thingy.jp>
Link: https://lore.kernel.org/r/20230123151523.369225-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm/boot/dts/mstar-v7.dtsi

index c26ba9b..3eeafd8 100644 (file)
                                status = "disabled";
                        };
 
-                       pm_uart: uart@221000 {
+                       pm_uart: serial@221000 {
                                compatible = "ns16550a";
                                reg = <0x221000 0x100>;
                                reg-shift = <3>;