]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci-tegra: Use actual clock rate for SW tuning correction
authorPrathamesh Shete <pshete@nvidia.com>
Thu, 6 Oct 2022 13:06:22 +0000 (18:36 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Fri, 7 Oct 2022 09:03:39 +0000 (11:03 +0200)
commit6393e8e485cb24a468aaa32a44c15c2326848e58
tree9535500fed79269b7461f115d2a76d125901c489
parent34d3ec6b343578e592f51a324f5efdb9c18c2fc1
mmc: sdhci-tegra: Use actual clock rate for SW tuning correction

Ensure tegra_host member "curr_clk_rate" holds the actual clock rate
instead of requested clock rate for proper use during tuning correction
algorithm. Actual clk rate may not be the same as the requested clk
frequency depending on the parent clock source set. Tuning correction
algorithm depends on certain parameters which are sensitive to current
clk rate. If the host clk is selected instead of the actual clock rate,
tuning correction algorithm may end up applying invalid correction,
which could result in errors

Fixes: d712c50017c0 ("mmc: tegra: update hw tuning process")
Signed-off-by: Aniruddha TVS Rao <anrao@nvidia.com>
Signed-off-by: Prathamesh Shete <pshete@nvidia.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20221006130622.22900-4-pshete@nvidia.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-tegra.c