Skip to content

Commit

Permalink
ARM: AM33XX: cm: Add bit-field width values
Browse files Browse the repository at this point in the history
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: Vaibhav 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: Paul Walmsley <paul@pwsan.com>
  • Loading branch information
Vaibhav Hiremath authored and Paul Walmsley committed Sep 22, 2012
1 parent f19a302 commit a86c0b9
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 14 deletions.
Loading

0 comments on commit a86c0b9

Please sign in to comment.