aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2023-01-23 16:15:23 +0100
committerKrzysztof Kozlowski <[email protected]>2023-01-25 11:38:03 +0100
commit5e4505d22f2c3c739bdd063e5348bca3ff34dae2 (patch)
tree7ff91d1052d5c397c03c4013a2b5d6fc98b7e028
parent3a48b303d44a19d335910f825f9a8473c5ff35e0 (diff)
ARM: dts: mstar: align UART node name with bindings
Bindings expect UART/serial node names to be "serial". Reviewed-by: Daniel Palmer <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
-rw-r--r--arch/arm/boot/dts/mstar-v7.dtsi2
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>;