diff options
author | Yassine Oudjana <y.oudjana@protonmail.com> | 2023-12-18 16:39:42 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-02-14 08:32:49 +0300 |
commit | 68c4c20848d71b0e69c3403becb5dd23e89e5896 (patch) | |
tree | a4bcb5ac03c08fbf241fd23b72ecb0ee5b8bcc41 /arch/arm64/boot/dts/qcom/msm8996.dtsi | |
parent | 7c6bef576a8891abce08d448165b53328032aa5f (diff) | |
download | linux-68c4c20848d71b0e69c3403becb5dd23e89e5896.tar.xz |
arm64: dts: qcom: msm8996: Define UFS UniPro clock limits
These limits were always defined as 0, but that didn't cause any issue
since the driver had hardcoded limits. In commit b4e13e1ae95e ("scsi: ufs:
qcom: Add multiple frequency support for MAX_CORE_CLK_1US_CYCLES") the
hardcoded limits were removed and the driver started reading them from DT,
causing UFS to stop working on MSM8996. Add real UniPro clock limits to fix
UFS.
Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>
Fixes: 57fc67ef0d35 ("arm64: dts: qcom: msm8996: Add ufs related nodes")
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231218133917.78770-1-y.oudjana@protonmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/msm8996.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi index a691913b78a0..dddb07f774b4 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -2104,7 +2104,7 @@ <0 0>, <0 0>, <150000000 300000000>, - <0 0>, + <75000000 150000000>, <0 0>, <0 0>, <0 0>, |