diff options
author | Nitin Rawat <[email protected]> | 2023-12-08 18:43:31 +0530 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2023-12-13 22:28:28 -0500 |
commit | 77a67255609606164e1042f3bf7452a568a700e4 (patch) | |
tree | e59fcc46c60c40c90a9397452aff892abaa8ffa4 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | c5becf57dd5659c687d41d623a69f42d63f59eb2 (diff) |
scsi: ufs: core: Store min and max clk freq from OPP table
OPP support added by commit 72208ebe181e ("scsi: ufs: core: Add support for
parsing OPP") doesn't update the min_freq and max_freq of each clock in
'struct ufs_clk_info'.
But these values are used by the host drivers internally for controller
configuration. When the OPP support is enabled in devicetree, these values
will be 0, causing boot issues on the respective platforms.
So add support to parse the min_freq and max_freq of all clocks while
parsing the OPP table.
Fixes: 72208ebe181e ("scsi: ufs: core: Add support for parsing OPP")
Co-developed-by: Manish Pandey <[email protected]>
Signed-off-by: Manish Pandey <[email protected]>
Signed-off-by: Nitin Rawat <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Manivannan Sadhasivam <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions