static struct clk_alpha_pll_postdiv scc_pll_out_even = { .offset = 0x0, .post_div_shift = 8, .post_div_table = post_div_table_fabia_even, .num_post_div = ARRAY_SIZE(post_div_table_fabia_even), .width = 4, .regs = clk_alpha_pll_regs[CLK_ALPHA_PLL_TYPE_FABIA], .clkr.hw.init = &(struct clk_init_data){ .name = "scc_pll_out_even", // .parent_hws = (const struct clk_hw *[]){ &scc_pll.clkr.hw }, .parent_data = &(const struct clk_parent_data){ .fw_name = "fixme_alpha_clk" }, .num_parents = 1, .ops = &clk_alpha_pll_postdiv_fabia_ops, .flags = CLK_SET_RATE_PARENT, }, };