[PATCH] arm64: dts: qcom: sm8150: fix the uart9 label

From: Bartosz Golaszewski
Date: Wed Mar 15 2023 - 16:28:02 EST


From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>

There's a typo in the @<address> part of the uart9 label. Fix it.

Fixes: 10d900a834da ("arm64: dts: sm8150: add the QUPv3 high-speed UART node")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/sm8150.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi
index 926f40d85603..4e012c8ce10c 100644
--- a/arch/arm64/boot/dts/qcom/sm8150.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi
@@ -1342,7 +1342,7 @@ spi9: spi@a84000 {
status = "disabled";
};

- uart9: serial@a8c000 {
+ uart9: serial@a84000 {
compatible = "qcom,geni-uart";
reg = <0x0 0x00a84000 0x0 0x4000>;
reg-names = "se";
--
2.37.2