mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 20:22:08 +02:00
iio: qcom-spmi-adc5: Fix HW settle time table naming for ADC5 lite
Correct the hw_settling times array defined for ADC5 lite. Change-Id: I38eee9b3f76cb40e286f9e7e3fbf296b3f3ccfe5 Signed-off-by: Shyam Kumar Thella <sthella@codeaurora.org>
This commit is contained in:
parent
49a1fd68db
commit
a0fc6a0c06
|
|
@ -853,7 +853,7 @@ static const struct adc5_data adc5_data_pmic5_lite = {
|
|||
.full_scale_code_cur = 5000,
|
||||
.adc_chans = adc5_chans_pmic,
|
||||
.decimation = (unsigned int []) {250, 420, 840},
|
||||
.hw_settle_2 = (unsigned int []) {15, 100, 200, 300, 400, 500, 600, 700,
|
||||
.hw_settle_1 = (unsigned int []) {15, 100, 200, 300, 400, 500, 600, 700,
|
||||
800, 900, 1, 2, 4, 6, 8, 10},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user