···11+Bindings for DAC emulation using a digital potentiometer22+33+It is assumed that the dpot is used as a voltage divider between the44+current dpot wiper setting and the maximum resistance of the dpot. The55+divided voltage is provided by a vref regulator.66+77+ .------.88+ .-----------. | |99+ | vref |--' .---.1010+ | regulator |--. | |1111+ '-----------' | | d |1212+ | | p |1313+ | | o | wiper1414+ | | t |<---------+1515+ | | |1616+ | '---' dac output voltage1717+ | |1818+ '------+------------+1919+2020+Required properties:2121+- compatible: Should be "dpot-dac"2222+- vref-supply: The regulator supplying the voltage divider.2323+- io-channels: Channel node of the dpot to be used for the voltage division.2424+- io-channel-names: Should be "dpot".2525+2626+Example:2727+2828+ &i2c {2929+ dpot: mcp4651-503@28 {3030+ compatible = "microchip,mcp4651-503";3131+ reg = <0x28>;3232+ #io-channel-cells = <1>;3333+ };3434+ };3535+3636+ dac {3737+ compatible = "dpot-dac";3838+ vref-supply = <®_3v3>;3939+ io-channels = <&dpot 0>;4040+ io-channel-names = "dpot";4141+ };
+6
MAINTAINERS
···61196119S: Maintained61206120F: drivers/media/rc/iguanair.c6121612161226122+IIO DIGITAL POTENTIOMETER DAC61236123+M: Peter Rosin <peda@axentia.se>61246124+L: linux-iio@vger.kernel.org61256125+S: Maintained61266126+F: Documentation/devicetree/bindings/iio/dac/dpot-dac.txt61276127+61226128IIO SUBSYSTEM AND DRIVERS61236129M: Jonathan Cameron <jic23@kernel.org>61246130R: Hartmut Knaack <knaack.h@gmx.de>