On Fri, 06 Jan 2023 16:39:41 +0100 Luca Weiss <luca.weiss@xxxxxxxxxxxxx> wrote: > Define the ADC channel used for battery identification purposes so it > can be used in drivers. > > Signed-off-by: Luca Weiss <luca.weiss@xxxxxxxxxxxxx> Applied to the togreg branch of iio.git and pushed out as testing for 0-day to take a look at it. If anyone else has comments, then there is still time as I won't push this out as a non-rebasing branch for a few days at least (and I'm aware I picked it up very quickly :) Thanks, Jonathan > --- > drivers/iio/adc/qcom-spmi-adc5.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/iio/adc/qcom-spmi-adc5.c b/drivers/iio/adc/qcom-spmi-adc5.c > index 821fee60a765..8c33da9de257 100644 > --- a/drivers/iio/adc/qcom-spmi-adc5.c > +++ b/drivers/iio/adc/qcom-spmi-adc5.c > @@ -543,6 +543,8 @@ static const struct adc5_channels adc5_chans_pmic[ADC5_MAX_CHANNEL] = { > SCALE_HW_CALIB_DEFAULT) > [ADC5_XO_THERM_100K_PU] = ADC5_CHAN_TEMP("xo_therm", 0, > SCALE_HW_CALIB_XOTHERM) > + [ADC5_BAT_ID_100K_PU] = ADC5_CHAN_TEMP("bat_id", 0, > + SCALE_HW_CALIB_DEFAULT) > [ADC5_AMUX_THM1_100K_PU] = ADC5_CHAN_TEMP("amux_thm1_100k_pu", 0, > SCALE_HW_CALIB_THERM_100K_PULLUP) > [ADC5_AMUX_THM2_100K_PU] = ADC5_CHAN_TEMP("amux_thm2_100k_pu", 0, >