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

Bartosz Golaszewski posted 1 patch 3 years ago
arch/arm64/boot/dts/qcom/sm8150.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: dts: qcom: sm8150: fix the uart9 label
Posted by Bartosz Golaszewski 3 years ago
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

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@linaro.org>
---
 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
Re: [PATCH] arm64: dts: qcom: sm8150: fix the uart9 label
Posted by Bjorn Andersson 3 years ago
On Wed, 15 Mar 2023 21:27:51 +0100, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> 
> There's a typo in the @<address> part of the uart9 label. Fix it.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: sm8150: fix the uart9 label
      commit: 9ebaa4a8cdf11831090a7a7e8d5e82e12b4ff7a8

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>