diff options
author | Vinod Koul <[email protected]> | 2020-01-06 12:38:25 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2020-01-05 23:33:55 -0800 |
commit | c79ec8911e5e81b9caf5c65a2160692afa6b7e30 (patch) | |
tree | e9c1fafa7456734d1ae0644cf4976a3e3aae06df | |
parent | 7c785435bac7ea6a3e441dc2c24ca911fee999c1 (diff) |
arm64: dts: qcom: sm8150: Fix UFS phy register size
UFS phy register space size is 0x1c0. so update it
Reported-by: Can Guo <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm8150.dtsi | 2 |
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 bad77e539cb1..4ea05fc026f4 100644 --- a/arch/arm64/boot/dts/qcom/sm8150.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi @@ -475,7 +475,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; |