[PATCH v3 02/17] phy: qcom-qmp-ufs: Switch to devm_clk_bulk_get_all() API
Konrad Dybcio
konrad.dybcio at linaro.org
Thu Feb 1 11:16:34 PST 2024
On 31.01.2024 08:07, Manivannan Sadhasivam wrote:
> 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 <manivannan.sadhasivam at linaro.org>
> ---
Amazing, thanks
Reviewed-by: Konrad Dybcio <konrad.dybcio at linaro.org>
Konrad
More information about the linux-phy
mailing list