j
k
j a
j l
On Thu, Sep 02, 2021 at 03:32:15PM +0300, Daniel Baluta wrote:
for (i = 0; i < clks->num_dsp_clks; i++) { clks->dsp_clks[i] = devm_clk_get(sdev->dev, clks->dsp_clks_names[i]);
clks->dsp_clks[i] = devm_clk_get(sdev->dev, clks->dsp_clks_names[i]);
Looks like this could benefit from the use of the clk_bulk_ APIs?
Attachments:
Back to the thread
Back to the list