shouldn't there be just 6 clock_rate entries in there, matching the number of clocks ? ``` static const struct resources vfe_res_8x16[] = { /* VFE0 */ { .regulators = {}, .clock = { "top_ahb", "vfe0", "csi_vfe0", "vfe_ahb", "vfe_axi", "ahb" }, .clock_rate = { { 0 }, { 50000000, 80000000, 100000000, 160000000, 177780000, 200000000, 266670000, 320000000, 400000000, 465000000 }, { 0 }, { 0 }, { 0 }, { 0 }, { 0 }, { 0 }, { 0 } }, .reg = { "vfe0" }, .interrupt = { "vfe0" } } }; ```