diff options
author | Manivannan Sadhasivam <[email protected]> | 2024-01-31 12:37:25 +0530 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2024-02-07 10:01:53 +0100 |
commit | 2668cae8b64bf25c4c7a39eb2cb0012c92153c11 (patch) | |
tree | 6b271bec846c777a5951b95b29f5043b1e314057 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | b0bcec86f47b44c98a23c31d54dd3963e27761a2 (diff) |
phy: qcom-qmp-ufs: Switch to devm_clk_bulk_get_all() API
Device drivers should just rely on the clocks provided by the devicetree
and enable/disable them based on the requirement. There is no need to
validate the clocks provided by devicetree in the driver. That's the job
of DT schema.
So let's switch to devm_clk_bulk_get_all() API that just gets the clocks
provided by devicetree and remove hardcoded clocks info.
Signed-off-by: Manivannan Sadhasivam <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions