Quoting Martin Botka (2021-06-05 05:10:38) > From: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx> > > Add the clocks supported in global clock controller, which clock the > peripherals like BLSPs, SDCC, USB, MDSS etc. Register all the clocks > to the clock framework for the clients to be able to request for them. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx> > Signed-off-by: Martin Botka <martin.botka@xxxxxxxxxxxxxx> > --- Applied to clk-next but there are a handful of clks in here that should be boring register writes instead of modeled as clks. Basically whenever there is a CLK_IS_CRITICAL flag and no parent we know it could just be enabled during probe and ignored thereafter.