On 15.07.2024 10:23 AM, Taniya Das wrote: > Add support for Camera Clock Controller on SA8755P platform. > > Signed-off-by: Taniya Das <quic_tdas@xxxxxxxxxxx> > --- [...] > + > +static struct gdsc cam_cc_titan_top_gdsc = { > + .gdscr = 0x131bc, > + .en_rest_wait_val = 0x2, > + .en_few_wait_val = 0x2, > + .clk_dis_wait_val = 0xf, Shouldn't this also have a .cxcs relating to GCC_CAMERA_AHB_CLK? Konrad