* jean.pihet@xxxxxxxxxxxxxx <jean.pihet@xxxxxxxxxxxxxx> [121003 08:48]: > @@ -1036,8 +1036,8 @@ static struct omap_clk am33xx_clks[] = { > CLK("davinci-mcasp.1", NULL, &mcasp1_fck, CK_AM33XX), > CLK("NULL", "mmc2_fck", &mmc2_fck, CK_AM33XX), > CLK(NULL, "mmu_fck", &mmu_fck, CK_AM33XX), > - CLK(NULL, "smartreflex0_fck", &smartreflex0_fck, CK_AM33XX), > - CLK(NULL, "smartreflex1_fck", &smartreflex1_fck, CK_AM33XX), > + CLK(NULL, "smartreflex.0", &smartreflex_mpu_fck, CK_AM33XX), > + CLK(NULL, "smartreflex.1", &smartreflex_core_fck, CK_AM33XX), > CLK(NULL, "timer1_fck", &timer1_fck, CK_AM33XX), > CLK(NULL, "timer2_fck", &timer2_fck, CK_AM33XX), > CLK(NULL, "timer3_fck", &timer3_fck, CK_AM33XX), I think this should be something like this instead: CLK("smartreflex.0", "fck", &smartreflex_mpu_fck, CK_AM33XX), CLK("smartreflex.1", "fck", &smartreflex_core_fck, CK_AM33XX), Where the first one is the dev name, the second one is the alias you want to use in the client driver? Regards, Tony -- 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