Revision 02fbabd5f4ed182d2c616e49309f5a3efd9ec671 authored by Fabrice Gasnier on 04 March 2020, 08:55:32 UTC, committed by Mark Brown on 04 March 2020, 13:57:28 UTC
There maybe an overshoot, when disabling, then re-enabling vrefbuf
too quickly. VREFBUF is used by ADC/DAC on some boards. When re-enabling
too quickly, an overshoot on the reference voltage make the conversions
inaccurate for a short period of time.
- Don't put the VREFBUF in HiZ when disabling, to force an active
discharge.
- Enforce a 1ms OFF/ON delay

Fixes: 0cdbf481e927 ("regulator: Add support for stm32-vrefbuf")

Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Message-Id: <1583312132-20932-1-git-send-email-fabrice.gasnier@st.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent a5b0cda
History
File Mode Size
include
ss
.gitignore -rw-r--r-- 25 bytes
Kconfig -rw-r--r-- 3.4 KB
Makefile -rw-r--r-- 902 bytes
avc.c -rw-r--r-- 32.4 KB
hooks.c -rw-r--r-- 183.6 KB
ibpkey.c -rw-r--r-- 5.6 KB
netif.c -rw-r--r-- 6.8 KB
netlabel.c -rw-r--r-- 15.8 KB
netlink.c -rw-r--r-- 2.3 KB
netnode.c -rw-r--r-- 7.5 KB
netport.c -rw-r--r-- 5.8 KB
nlmsgtab.c -rw-r--r-- 8.1 KB
selinuxfs.c -rw-r--r-- 48.2 KB
xfrm.c -rw-r--r-- 11.2 KB

back to top