[PATCH v3 2/7 RE-SEND] ARM: S5P6442: Add clock support for S5P6442
roel kluin
roel.kluin at gmail.com
Tue Feb 2 10:41:24 EST 2010
> This patch adds clock support for S5P6442. This patch adds the clock
> register definitions and the various system clocks in S5P6442.
> +static struct clksrc_clk clk_mout_epll = {
> + .clk = {
> + .name = "mout_epll",
> + .id = -1,
> + },
> + .sources = &clk_src_epll,
> + .reg_src = { .reg = S5P_CLK_SRC0, .shift = 8, .size = 1 },
> +};
This appears not to be used, is this implemented in another patch?
Roel
More information about the linux-arm-kernel
mailing list