diff --git a/drivers/iio/adc/qcom-spmi-adc5.c b/drivers/iio/adc/qcom-spmi-adc5.c index 571a13fe1baf..ea9d602f2185 100644 --- a/drivers/iio/adc/qcom-spmi-adc5.c +++ b/drivers/iio/adc/qcom-spmi-adc5.c @@ -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}, };