[PATCH 06/11] clk: Common clocks implementation for Versatile Express

Arnd Bergmann arnd at arndb.de
Mon Sep 3 17:24:01 EDT 2012


On Monday 03 September 2012, Pawel Moll wrote:
> +void __init vexpress_clk_init(void __iomem *sp810_base)
> +{
> +       struct clk *clk;
> +       int i;
> +
> +       clk = clk_register_fixed_rate(NULL, "dummy_apb_pclk", NULL,
> +                       CLK_IS_ROOT, 0);
> +       WARN_ON(clk_register_clkdev(clk, "apb_pclk", NULL));
> +

Isn't it time to just remove the non-DT parts of vexpress? That would
also simplify this driver.

	Arnd



More information about the linux-arm-kernel mailing list