aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/iio/dac/ti,dac5571.txt
diff options
context:
space:
mode:
authorSean Nyekjaer <sean.nyekjaer@prevas.dk>2018-05-01 10:15:54 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2018-05-06 18:50:47 +0100
commitea3d489839702f6d81c6d7233ec131de9c05aab2 (patch)
treedd220a4a86b9d6228889ce3e4157a5bfd12f2a1d /Documentation/devicetree/bindings/iio/dac/ti,dac5571.txt
parentiio: dac: add TI DAC5571 family support (diff)
downloadlinux-dev-ea3d489839702f6d81c6d7233ec131de9c05aab2.tar.xz
linux-dev-ea3d489839702f6d81c6d7233ec131de9c05aab2.zip
iio: ti-dac5571: Add DT binding documentation
Adding binding documentation for Texas Instruments DAC5571 Family Signed-off-by: Sean Nyekjaer <sean.nyekjaer@prevas.dk> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/devicetree/bindings/iio/dac/ti,dac5571.txt')
-rw-r--r--Documentation/devicetree/bindings/iio/dac/ti,dac5571.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/dac/ti,dac5571.txt b/Documentation/devicetree/bindings/iio/dac/ti,dac5571.txt
new file mode 100644
index 000000000000..03af6b9a4d07
--- /dev/null
+++ b/Documentation/devicetree/bindings/iio/dac/ti,dac5571.txt
@@ -0,0 +1,24 @@
+* Texas Instruments DAC5571 Family
+
+Required properties:
+ - compatible: Should contain
+ "ti,dac5571"
+ "ti,dac6571"
+ "ti,dac7571"
+ "ti,dac5574"
+ "ti,dac6574"
+ "ti,dac7574"
+ "ti,dac5573"
+ "ti,dac6573"
+ "ti,dac7573"
+ - reg: Should contain the DAC I2C address
+
+Optional properties:
+ - vref-supply: The regulator supply for DAC reference voltage
+
+Example:
+dac@0 {
+ compatible = "ti,dac5571";
+ reg = <0x4C>;
+ vref-supply = <&vdd_supply>;
+};