aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinod Koul <vkoul@kernel.org>2019-12-19 19:54:14 +0530
committerVinod Koul <vkoul@kernel.org>2019-12-19 21:34:59 +0530
commitb1c1c801ce5d2d75235058d11b57ff8bfbce1137 (patch)
tree13f35b11be9cd60e39edf0bab2a6f2ac352213f9
parentaac342aa00208c9063bdd83f875f3e6866029a4d (diff)
arm64: dts: qcom: sm8150: Fix UFSphy register size
UFS phy register space size is 0x1c0. so update it Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r--arch/arm64/boot/dts/qcom/sm8150.dtsi2
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 f36d621a53e2..f92b92866ae0 100644
--- a/arch/arm64/boot/dts/qcom/sm8150.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi
@@ -553,7 +553,7 @@
ufs_mem_phy: phy@1d87000 {
compatible = "qcom,sm8150-qmp-ufs-phy";
- reg = <0 0x01d87000 0 0x18c>;
+ reg = <0 0x01d87000 0 0x1c0>;
#address-cells = <2>;
#size-cells = <2>;
ranges;