diff options
author | Bartosz Golaszewski <[email protected]> | 2023-03-15 21:27:51 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-03-15 15:31:46 -0700 |
commit | 9ebaa4a8cdf11831090a7a7e8d5e82e12b4ff7a8 (patch) | |
tree | 1617dc4131b5cc159323ea7977315e3e81615759 | |
parent | 65d9975e5dae4601e8902765d08f55c246fd2022 (diff) |
arm64: dts: qcom: sm8150: fix the uart9 label
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]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm8150.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi index d3e7df92998c..3e2b3597281e 100644 --- a/arch/arm64/boot/dts/qcom/sm8150.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi @@ -1342,7 +1342,7 @@ status = "disabled"; }; - uart9: serial@a8c000 { + uart9: serial@a84000 { compatible = "qcom,geni-uart"; reg = <0x0 0x00a84000 0x0 0x4000>; reg-names = "se"; |