Re: [linux-sunxi] [PATCH v3 21/30] iio: adc: sun4i-gpadc-iio: add support for H3 thermal sensor

From: Philipp Rossak
Date: Thu Aug 30 2018 - 16:00:44 EST


On 30.08.2018 18:27, OndÅej Jirman wrote:
+static int sun8i_h3_calibrate(struct sun4i_gpadc_iio *info)
+{
+// regmap_write(info->regmap, SUNXI_THS_CDATA_0_1,
+// info->calibration_data[0]);
+// regmap_write(info->regmap, SUNXI_THS_CDATA_2_3,
+// info->calibration_data[1]);
This should probably be implemented, or left out completely.

regards,
o.

Thanks you are right!
This should be implemented! I will fix this in the next version!

Thanks,
Philipp