Re: [PATCH] clk: socfpga: stratix10: use new parent data scheme

From: Stephen Boyd
Date: Mon Mar 09 2020 - 18:27:40 EST


Quoting Dinh Nguyen (2020-02-28 12:36:11)
> +
> +static const struct clk_parent_data mpu_free_mux[] = {
> + { .name = "main_mpu_base_clk", },
> + { .name = "peri_mpu_base_clk", },
> + { .name = "osc1", },
> + { .name = "cb-intosc-hs-div2-clk", },
> + { .name = "f2s-free-clk", },
> +};

While this changes everything to use the new way it doesn't actually
migrate anything over to using direct pointers or the .fw_name field.
What's going on?