diff options
| author | Axel Lin <[email protected]> | 2019-01-10 17:26:16 +0800 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2019-01-14 11:50:42 +0000 |
| commit | f01a7beb6791f1c419424c1a6958b7d0a289c974 (patch) | |
| tree | 8cd40dbf3c9d8e7b2b48892f3c8a01bc2c122937 /scripts/objdiff | |
| parent | 7085180d6a38197c86a9bea84006fa4a4813c7b7 (diff) | |
regulator: act8865: Fix act8600_sudcdc_voltage_ranges setting
The act8600_sudcdc_voltage_ranges setting does not match the datasheet.
The problems in below entry:
REGULATOR_LINEAR_RANGE(19000000, 191, 255, 400000),
1. The off-by-one min_sel causes wrong volatage calculation.
The min_sel should be 192.
2. According to the datasheet[1] Table 7. (on page 43):
The selector 248 (0b11111000) ~ 255 (0b11111111) are 41.400V.
Also fix off-by-one for ACT8600_SUDCDC_VOLTAGE_NUM.
[1] https://active-semi.com/wp-content/uploads/ACT8600_Datasheet.pdf
Fixes: df3a950e4e73 ("regulator: act8865: Add act8600 support")
Signed-off-by: Axel Lin <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions