Another comment.
On Mon, 18 Jan 2010, G.N, Vijayakumar wrote:
> diff --git a/arch/arm/mach-omap2/clock34xx_data.c
> b/arch/arm/mach-omap2/clock34xx_data.c
> index 6473247..ed17501 100755
> --- a/arch/arm/mach-omap2/clock34xx_data.c
> +++ b/arch/arm/mach-omap2/clock34xx_data.c
> @@ -537,6 +537,7 @@ static struct clk dpll3_m3_ck = {
> .init = &omap2_init_clksel_parent,
> .clksel_reg = OMAP_CM_REGADDR(OMAP3430_EMU_MOD, CM_CLKSEL1),
> .clksel_mask = OMAP3430_DIV_DPLL3_MASK,
> + .clksel_shift = OMAP3430_DIV_DPLL3_SHIFT,
> .clksel = div16_dpll3_clksel,
> .clkdm_name = "dpll3_clkdm",
> .recalc = &omap2_clksel_recalc,
> @@ -677,6 +678,7 @@ static struct clk dpll4_m2_ck_3630 __initdata = {
> .init = &omap2_init_clksel_parent,
> .clksel_reg = OMAP_CM_REGADDR(PLL_MOD, OMAP3430_CM_CLKSEL3),
> .clksel_mask = OMAP3630_DIV_96M_MASK,
> + .clksel_shift = OMAP3430_DIV_96M_SHIFT,
> .clksel = div32_dpll4_clksel,
> .clkdm_name = "dpll4_clkdm",
> .recalc = &omap2_clksel_recalc,
What commit is this patch supposed to apply on? If it's not mainline then
you need to state what commit or branch it's intended to apply on top of.
- Paul
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html