diff options
author | Dan O'Donovan <dan@emutex.com> | 2016-06-01 15:31:12 +0100 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2016-07-11 12:07:23 +0200 |
commit | e5ca42458b6278b7d5866e08dae7c45349af2157 (patch) | |
tree | d9fe091c919e771fb56f11647c8b8bc743a2f4bf /lib/textsearch.c | |
parent | cc37655e6bbf83ded1e4d1d7ffd977786a845a67 (diff) |
pwm: lpss: Fix base_unit calculation for PWM frequency
The base_unit calculation applies an offset of 0x2 which adds
significant error for lower frequencies and doesn't appear to be
warranted - rounding the division result gives a correct value.
Also, the upper limit check for base_unit is off-by-one; the upper
nibble of base_unit is invalid if >=128 according to the Table 88
in the Z8000 Processor Series Datasheet Volume 1 (Rev. 2).
Verified on UP Board (Cherry Trail) and Minnowboard Max (Bay Trail).
Signed-off-by: Dan O'Donovan <dan@emutex.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'lib/textsearch.c')
0 files changed, 0 insertions, 0 deletions