aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2012-07-25 15:28:34 +0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-08-03 23:03:58 +0100
commit85d07e4d625d6511934799f7df93e9111ac2c88b (patch)
treed9ada0cbb9d03c39303c575b9fe2ecdd0378c56a /Documentation/devicetree/bindings/sound
parentd9f34df782b2aa7d233cb08850c8b12fdb37d18a (diff)
ASoC: add DT bindings for cs4270
Signed-off-by: Daniel Mack <zonque@gmail.com> Acked-by: Timur Tabi <timur@freescale.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r--Documentation/devicetree/bindings/sound/cs4270.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/cs4270.txt b/Documentation/devicetree/bindings/sound/cs4270.txt
new file mode 100644
index 00000000000..7f0bfd84d3f
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/cs4270.txt
@@ -0,0 +1,16 @@
+CS4270 audio CODEC
+
+The driver for this device currently only supports I2C.
+
+Required properties:
+
+ - compatible : "cirrus,cs4270"
+
+ - reg : the I2C address of the device for I2C
+
+Example:
+
+codec: cs4270@48 {
+ compatible = "cirrus,cs4270";
+ reg = <0x48>;
+};