2023-03-15 20:28:02

by Bartosz Golaszewski

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

From: Bartosz Golaszewski <[email protected]>

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 <[email protected]>
---
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



2023-03-15 23:32:44

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: qcom: sm8150: fix the uart9 label

On Wed, 15 Mar 2023 21:27:51 +0100, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <[email protected]>
>
> 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 <[email protected]>