Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb45a1b3 authored by Jonathan Cameron's avatar Jonathan Cameron
Browse files

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -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,				\
}
}