Commit fb45a1b3 authored by Jonathan Cameron's avatar Jonathan Cameron

iio:adc:lp8778_adc move to info_mask_(shared_by_type/separate)

The original info_mask is going away in favour of the broken out versions.
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
cc: Milo(Woogyom) Kim <milo.kim@ti.com>
parent 01bdab66
...@@ -132,8 +132,8 @@ static const struct iio_info lp8788_adc_info = { ...@@ -132,8 +132,8 @@ static const struct iio_info lp8788_adc_info = {
.type = _type, \ .type = _type, \
.indexed = 1, \ .indexed = 1, \
.channel = LPADC_##_id, \ .channel = LPADC_##_id, \
.info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT | \ .info_mask_separate = BIT(IIO_CHAN_INFO_RAW) | \
IIO_CHAN_INFO_SCALE_SEPARATE_BIT, \ BIT(IIO_CHAN_INFO_SCALE), \
.datasheet_name = #_id, \ .datasheet_name = #_id, \
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment