1. Please replace RATE_IN_4430 => RATE_IN_44XX 2. Please replace CK_443X => CK_44XX 3. Please add initialization of field speculate in struct clk: .speculate = &omap2_clksel_speculate, 4. Set ops field to &clkops_omap4_dflt_wait instead of &clkops_omap2_dflt in appropriate places 5. Instead of line: .max_multiplier = 2047, want: .max_multiplier = OMAP4430_MAX_DPLL_MULT, 6. Instead of line: .max_divider = 128, expect: .max_divider = OMAP4430_MAX_DPLL_DIV, 7. -- 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