mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00

Description how to invoke ad7949 driver from device tree file. Signed-off-by: Charles-Antoine Couret <charles-antoine.couret@essensium.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
16 lines
340 B
Text
16 lines
340 B
Text
* Analog Devices AD7949/AD7682/AD7689
|
|
|
|
Required properties:
|
|
- compatible: Should be one of
|
|
* "adi,ad7949"
|
|
* "adi,ad7682"
|
|
* "adi,ad7689"
|
|
- reg: spi chip select number for the device
|
|
- vref-supply: The regulator supply for ADC reference voltage
|
|
|
|
Example:
|
|
adc@0 {
|
|
compatible = "adi,ad7949";
|
|
reg = <0>;
|
|
vref-supply = <&vdd_supply>;
|
|
};
|