summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/ti,ads117x.txt
diff options
context:
space:
mode:
authorFlorian Vaussard <florian.vaussard@gmail.com>2016-02-05 16:32:13 +0100
committerMark Brown <broonie@kernel.org>2016-03-05 14:02:13 +0900
commitc9146fae4e88fa9864c4a7087289523b96cdbf2d (patch)
treed4fbce000f0a27d90f9306c552001defdb9348fb /Documentation/devicetree/bindings/sound/ti,ads117x.txt
parent92e963f50fc74041b5e9e744c330dca48e04f08d (diff)
ASoC: ads117x: Add bindings documentation for TI ADS117x ADC
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>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/ti,ads117x.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/ti,ads117x.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/ti,ads117x.txt b/Documentation/devicetree/bindings/sound/ti,ads117x.txt
new file mode 100644
index 000000000000..7db19b50865a
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/ti,ads117x.txt
@@ -0,0 +1,11 @@
+Texas Intstruments ADS117x ADC
+
+Required properties:
+
+ - compatible : "ti,ads1174" or "ti,ads1178"
+
+Example:
+
+ads1178 {
+ compatible = "ti,ads1178";
+};