Skip to content
Snippets Groups Projects
Commit c6b486d9 authored by Tooniis's avatar Tooniis Committed by Vignesh Raman
Browse files

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 b4e13e1a ("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: default avatarYassine Oudjana <y.oudjana@protonmail.com>
Fixes: 57fc67ef ("arm64: dts: qcom: msm8996: Add ufs related nodes")
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
parent d80e2078
No related branches found
No related tags found
No related merge requests found
......@@ -2105,7 +2105,7 @@ ufshc: ufshc@624000 {
<0 0>,
<75000000 150000000>,
<150000000 300000000>,
<0 0>,
<75000000 150000000>,
<0 0>,
<0 0>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment