• Paul Walmsley's avatar
    omap2 clock: remove fixed rate from mdm_osc_ck · 9b153fec
    Paul Walmsley authored
    mdm_osc_ck has a preinitialized rate and is marked as RATE_FIXED, but rather
    than using omap2_propagate_rate() as its recalc function, which accounts
    for RATE_FIXED clocks, it uses omap2_followparent_recalc(), which sets the
    rate to the parent clock's rate.  After reviewing the 2430 TRM, fix this
    inconsistency by removing the fixed rate declarations (TRM says that this
    clock is 'typically' 26MHz).
    Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
    Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
    9b153fec
clock.h 65.4 KB