summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Hovold <johan+linaro@kernel.org>2022-09-15 17:34:31 +0300
committerBjorn Andersson <andersson@kernel.org>2022-09-15 21:45:43 +0300
commit677920072e9d757ae158d66b8fdb695992bb3f1a (patch)
tree9e47a9eebd1d0b936e30ba66db006b8ca754e65a
parented22cc93abae68f9d3fc4957c20a1d902cf28882 (diff)
downloadlinux-677920072e9d757ae158d66b8fdb695992bb3f1a.tar.xz
arm64: dts: qcom: sm8450: fix UFS PHY serdes size
The size of the UFS PHY serdes register region is 0x1c4 and the corresponding 'reg' property should specifically not include the adjacent regions that are defined in the child node (e.g. tx and rx). Fixes: 07fa917a335e ("arm64: dts: qcom: sm8450: add ufs nodes") Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220915143431.19842-2-johan+linaro@kernel.org
-rw-r--r--arch/arm64/boot/dts/qcom/sm8450.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi
index 1d878256028f..d32f08df743d 100644
--- a/arch/arm64/boot/dts/qcom/sm8450.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi
@@ -3147,7 +3147,7 @@
ufs_mem_phy: phy@1d87000 {
compatible = "qcom,sm8450-qmp-ufs-phy";
- reg = <0 0x01d87000 0 0xe10>;
+ reg = <0 0x01d87000 0 0x1c4>;
#address-cells = <2>;
#size-cells = <2>;
ranges;