commit | bea30ed65fb2432097f362ce17042e22febcb616 | [log] [tgz] |
---|---|---|
author | Todd Poynor <toddpoynor@google.com> | Fri May 27 19:15:59 2011 -0700 |
committer | Kevin Hilman <khilman@ti.com> | Thu Sep 15 12:09:08 2011 -0700 |
tree | b4bb15f0099e1d7e0fbe7ef5920491f6f388f5bd | |
parent | 0f01565a353e06f1f1d7757b212c51e61c6fea58 [diff] |
OMAP: VP: Explicitly mask VPVOLTAGE field Reading the VPVOLTAGE field of PRM_VP_*_VOLTAGE registers currently relies on a u32 -> u8 conversion to mask off the FORCEUPDATEWAIT field in the upper bits. Make this explicit using the mask symbol already defined, added as a new field in struct omap_vp_common. Signed-off-by: Todd Poynor <toddpoynor@google.com> Signed-off-by: Kevin Hilman <khilman@ti.com>