• V
    ARM: AM33XX: cm: Add bit-field width values · a86c0b98
    Vaibhav Hiremath 提交于
    The new common clk framework includes basic definitions for mux and
    divider clocks.  These definitions depend on shift and width values
    instead of the pre-computed masks that the OMAP/AM33XX clk framework
    has traditionally used when accessing the register to control the
    mux or divisor.
    
    To ease this transition the masks are left intact and
    the width field is simply added alongside the shift and mask data.
    Signed-off-by: NVaibhav Hiremath <hvaibhav@ti.com>
    Cc: Rajendra Nayak <rnayak@ti.com>
    Cc: Paul Walmsley <paul@pwsan.com>
    Cc: Mike Turquette <mturquette@ti.com>
    Signed-off-by: NPaul Walmsley <paul@pwsan.com>
    a86c0b98
cm-regbits-33xx.h 30.5 KB