[RFC PATCH 13/50] ARM: at91: move at91rm9200 SoC to new at91 clk implem

Mike Turquette mturquette at linaro.org
Thu Jun 20 02:52:58 EDT 2013


Quoting Boris BREZILLON (2013-06-07 08:11:03)
> +static struct clk_lookup pioA_clk_lookup[] = {
> +       CLKDEV_INIT(NULL, "pioA_clk", NULL),
> +       CLKDEV_INIT(NULL, "pioA", NULL),
> +};

It would be great to get rid of this clkdev data from the kernel as
well. Have you looked into encoding the aliases into your DT bindings?

Or have you looked into using of_clk_get?

Regards,
Mike



More information about the linux-arm-kernel mailing list