]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
iio: adc: vf610_adc: Fix VALT selection value for REFSEL bits
authorStefan-Gabriel Mirea <stefan-gabriel.mirea@nxp.com>
Thu, 6 Jul 2017 09:06:41 +0000 (10:06 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Thu, 6 Jul 2017 18:39:28 +0000 (19:39 +0100)
commitd466d3c1217406b14b834335b5b4b33c0d45bd09
tree9a012be79bd30126f336fb2b307d5328622569e8
parenta7b8829d242b1a58107e9c02b09e93aec446d55c
iio: adc: vf610_adc: Fix VALT selection value for REFSEL bits

In order to select the alternate voltage reference pair (VALTH/VALTL), the
right value for the REFSEL field in the ADCx_CFG register is "01", leading
to 0x800 as register mask. See section 8.2.6.4 in the reference manual[1].

[1] http://www.nxp.com/docs/en/reference-manual/VFXXXRM.pdf

Fixes: a775427632fd ("iio:adc:imx: add Freescale Vybrid vf610 adc driver")
Signed-off-by: Stefan-Gabriel Mirea <stefan-gabriel.mirea@nxp.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/vf610_adc.c