From: Johan Hovold Date: Thu, 15 Sep 2022 14:34:31 +0000 (+0200) Subject: arm64: dts: qcom: sm8450: fix UFS PHY serdes size X-Git-Tag: v6.0.3~409 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee37cf354b3f31482c0822a187fc7cbd62b08603;p=thirdparty%2Fkernel%2Fstable.git arm64: dts: qcom: sm8450: fix UFS PHY serdes size [ Upstream commit 677920072e9d757ae158d66b8fdb695992bb3f1a ] 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 Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20220915143431.19842-2-johan+linaro@kernel.org Signed-off-by: Sasha Levin --- diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi index 4978c5ba5dd08..8a6c0f3e7bb70 100644 --- a/arch/arm64/boot/dts/qcom/sm8450.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi @@ -3117,7 +3117,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;