On 14.12.2023 17:49, Abel Vesa wrote: > From: Rajendra Nayak <quic_rjendra@xxxxxxxxxxx> > > Add the dispcc clock driver for x1e80100. > > Signed-off-by: Rajendra Nayak <quic_rjendra@xxxxxxxxxxx> > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxx> > --- [...] > + > +static const struct parent_map disp_cc_parent_map_7[] = { > + { P_SLEEP_CLK, 0 }, > +}; > + > +static const struct clk_parent_data disp_cc_parent_data_7_ao[] = { > + { .index = DT_SLEEP_CLK }, What's _ao about this? Konrad