Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 7a18afe8 authored by Akshay Bhat's avatar Akshay Bhat Committed by Guenter Roeck
Browse files

hwmon: (ads7828) Enable internal reference


On ads7828 the internal reference defaults to off upon power up. When
using internal reference, it needs to be turned on and the voltage needs
to settle before normal conversion cycle can be started. Hence perform a
dummy read in the probe to enable the internal reference allowing the
voltage to settle before performing a normal read.

Without this fix, the first read from the ADC when using internal
reference always returns incorrect data.

Signed-off-by: default avatarAkshay Bhat <akshay.bhat@timesys.com>
Cc: stable@vger.kernel.org # v4.1+
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 9735a227
Branches
Tags
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