arm64: dts: qcom: sm8150: fix the uart9 label

Message ID 20230315202751.1518543-1-brgl@bgdev.pl
State New
Headers
Series arm64: dts: qcom: sm8150: fix the uart9 label |

Commit Message

Bartosz Golaszewski March 15, 2023, 8:27 p.m. UTC
  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(-)
  

Comments

Bjorn Andersson March 15, 2023, 11:34 p.m. UTC | #1
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,
  

Patch

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";