commit | 2c273962ace08857a7a69c8ba1aecb107dde7f62 | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Mon Feb 19 15:55:54 2024 +0000 |
committer | Neil Armstrong <neil.armstrong@linaro.org> | Thu Jul 11 10:18:36 2024 +0200 |
tree | 427f1ba2eacbf481f51599cde09b8f9bde16ea24 | |
parent | 378e585a1ef397195616e98d327c964ad8bad33b [diff] |
ufs: qcom: initialise in G3/FAST_MODE We don't yet have a nice way to get the max clk frequency (should parse from freq-table-hz in DT), but all platforms are either 150 or 300MHz. We can just program in the timings for 300MHz and it doesn't seem to break SDM845 - but more testing needed. This fixes UFS being extremely slow and buggy on SM8250 due to being stuck at the slowest speed with misconfigured timings. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>