On Wed, 31 Jan 2024 at 09:08, Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> 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@xxxxxxxxxx> > --- > drivers/phy/qualcomm/phy-qcom-qmp-ufs.c | 63 ++++----------------------------- > 1 file changed, 7 insertions(+), 56 deletions(-) Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> -- With best wishes Dmitry