Skip to content

Commit 6779200

Browse files
jhovoldandersson
authored andcommitted
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: 07fa917 ("arm64: dts: qcom: sm8450: add ufs nodes") Signed-off-by: Johan Hovold <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent ed22cc9 commit 6779200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/qcom/sm8450.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -3147,7 +3147,7 @@
31473147

31483148
ufs_mem_phy: phy@1d87000 {
31493149
compatible = "qcom,sm8450-qmp-ufs-phy";
3150-
reg = <0 0x01d87000 0 0xe10>;
3150+
reg = <0 0x01d87000 0 0x1c4>;
31513151
#address-cells = <2>;
31523152
#size-cells = <2>;
31533153
ranges;

0 commit comments

Comments
 (0)