On 19.07.2023 06:14, Imran Shaik wrote: > Update the GCC clocks as per the latest hw version of QDU1000 and > QRU100 SoCs. > > Co-developed-by: Taniya Das <quic_tdas@xxxxxxxxxxx> > Signed-off-by: Taniya Das <quic_tdas@xxxxxxxxxxx> > Signed-off-by: Imran Shaik <quic_imrashai@xxxxxxxxxxx> > --- [...] > + [GCC_GPLL1_OUT_EVEN] = &gcc_gpll1_out_even.clkr, So, this clock was there before, but it was never registered with the clock framework, even though it was referenced as a parent.. Sounds like a bug! Konrad