]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ASoC: ads117x: Add bindings documentation for TI ADS117x ADC
authorFlorian Vaussard <florian.vaussard@gmail.com>
Fri, 5 Feb 2016 15:32:13 +0000 (16:32 +0100)
committerMark Brown <broonie@kernel.org>
Sat, 5 Mar 2016 05:02:13 +0000 (14:02 +0900)
Currently the binding is only made of the compatible string.

Signed-off-by: Florian Vaussard <florian.vaussard@heig-vd.ch>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/ti,ads117x.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/sound/ti,ads117x.txt b/Documentation/devicetree/bindings/sound/ti,ads117x.txt
new file mode 100644 (file)
index 0000000..7db19b5
--- /dev/null
@@ -0,0 +1,11 @@
+Texas Intstruments ADS117x ADC
+
+Required properties:
+
+  - compatible : "ti,ads1174" or "ti,ads1178"
+
+Example:
+
+ads1178 {
+       compatible = "ti,ads1178";
+};