Hi Chiran, > + > +/* Supported link frequencies */ > +#define OV5670_LINK_FREQ_840MBPS 840000000 > +#define OV5670_LINK_FREQ_840MBPS_INDEX 0 > +static const struct ov5670_link_freq_config link_freq_configs[] = { > + { > + .pixel_rate = 336000000, > + .reg_list = { > + .num_of_regs = > ARRAY_SIZE(mipi_data_rate_840mbps), > + .regs = mipi_data_rate_840mbps, > + } > + } > +}; > + > +static const const s64 link_freq_menu_items[] = { ^ duplicated const declaration > + OV5670_LINK_FREQ_840MBPS > +}; > +