diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-01-23 16:15:23 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-01-25 11:38:03 +0100 |
commit | 5e4505d22f2c3c739bdd063e5348bca3ff34dae2 (patch) | |
tree | 7ff91d1052d5c397c03c4013a2b5d6fc98b7e028 | |
parent | ARM: dts: at91: align LED node names with dtschema (diff) | |
download | linux-5e4505d22f2c3c739bdd063e5348bca3ff34dae2.tar.xz linux-5e4505d22f2c3c739bdd063e5348bca3ff34dae2.zip |
ARM: dts: mstar: align UART node name with bindings
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>
-rw-r--r-- | arch/arm/boot/dts/mstar-v7.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/mstar-v7.dtsi b/arch/arm/boot/dts/mstar-v7.dtsi index c26ba9b7b6dd..3eeafd8c7121 100644 --- a/arch/arm/boot/dts/mstar-v7.dtsi +++ b/arch/arm/boot/dts/mstar-v7.dtsi @@ -174,7 +174,7 @@ status = "disabled"; }; - pm_uart: uart@221000 { + pm_uart: serial@221000 { compatible = "ns16550a"; reg = <0x221000 0x100>; reg-shift = <3>; |