Commit 9e4e28ac authored by Phil Reid's avatar Phil Reid Committed by Jonathan Cameron
Browse files

dt-bindings: iio: adc: tlc4541 - recover accidentally dropped binding doc



JC: Seems that I messed up applying the original driver patches, and
this file never actually made it into the tree.

I have picked up original Ack and Sign-off so as to record the
history.

Signed-off-by: default avatarPhil Reid <preid@electromag.com.au>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200809111753.156236-13-jic23@kernel.org
parent 9727ef55
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
* Texas Instruments' TLC4541

Required properties:
 - compatible: Should be one of
	* "ti,tlc4541"
	* "ti,tlc3541"
	- reg: SPI chip select number for the device
 - vref-supply: The regulator supply for ADC reference voltage
 - spi-max-frequency: Max SPI frequency to use (<= 200000)

Example:
adc@0 {
	compatible = "ti,tlc4541";
	reg = <0>;
	vref-supply = <&vdd_supply>;
	spi-max-frequency = <200000>;
};