Revision ddbc53b0f075fb2cd86c312bc3473d3f55e57198 authored by Alexander Potapenko on 01 September 2017, 18:08:18 UTC, committed by Alexander Potapenko on 28 August 2018, 10:29:12 UTC
Introduced by
https://github.com/torvalds/linux/commit/6bfe04255d5ed5643ee4c2d9b09b337398f8cb6a
TODO(glider): report upstream
1 parent 013c9f9
Raw File
wm8350
Kernel driver wm8350-hwmon
==========================

Supported chips:
  * Wolfson Microelectronics WM835x PMICs
    Prefix: 'wm8350'
    Datasheet:
	http://www.wolfsonmicro.com/products/WM8350
	http://www.wolfsonmicro.com/products/WM8351
	http://www.wolfsonmicro.com/products/WM8352

Authors: Mark Brown <broonie@opensource.wolfsonmicro.com>

Description
-----------

The WM835x series of PMICs include an AUXADC which can be used to
monitor a range of system operating parameters, including the voltages
of the major supplies within the system.  Currently the driver provides
simple access to these major supplies.

Voltage Monitoring
------------------

Voltages are sampled by a 12 bit ADC.  For the internal supplies the ADC
is referenced to the system VRTC.
back to top