This patch changes the dmtimer1 fclk name so that it is in sync with the autogenerated OMAP4 hwmod database.Without this change this patch series will not boot on OMAP4. This is a temporary hack patch till a proper cleanup of OMAP4 clock database is done. Signed-off-by: Thara Gopinath <thara@xxxxxx> --- arch/arm/mach-omap2/clock44xx_data.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c index 2edc0a3..23540ea 100644 --- a/arch/arm/mach-omap2/clock44xx_data.c +++ b/arch/arm/mach-omap2/clock44xx_data.c @@ -1526,7 +1526,7 @@ static const struct clksel dmt1_clk_mux_sel[] = { * gptimer1 renamed temporarily into gpt1 to match OMAP3 convention */ static struct clk gpt1_fck = { - .name = "gpt1_fck", + .name = "timer1_fck", .parent = &sys_clkin_ck, .clksel = dmt1_clk_mux_sel, .init = &omap2_init_clksel_parent, -- 1.7.0.rc1.33.g07cf0f -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html