arm64: dts: qcom: sm8450: fix UFS PHY serdes size
authorJohan Hovold <johan+linaro@kernel.org>
Thu, 15 Sep 2022 14:34:31 +0000 (16:34 +0200)
committerBjorn Andersson <andersson@kernel.org>
Thu, 15 Sep 2022 18:45:43 +0000 (13:45 -0500)
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
arch/arm64/boot/dts/qcom/sm8450.dtsi

index 1d878256028fdc9fa28d5d4946d367303c07045e..d32f08df743d8162f7d8cb2ecf087dfdb1b3ddf7 100644 (file)
 
                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;