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@xxxxxxxxxx> > --- Amazing, thanks Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad