summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/cs4349.txt
diff options
context:
space:
mode:
authorTim Howe <tim.howe@cirrus.com>2015-07-16 14:51:40 -0500
committerMark Brown <broonie@kernel.org>2015-07-16 21:56:02 +0100
commite40da86a37f64c73b810bc7a63d77c44dc61accb (patch)
tree38538af19d43396b9e996ada4b9f72fa274e0cff /Documentation/devicetree/bindings/sound/cs4349.txt
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 (diff)
ASoC: cs4349: Add support for Cirrus Logic CS4349
Signed-off-by: Tim Howe <tim.howe@cirrus.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/cs4349.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/cs4349.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/cs4349.txt b/Documentation/devicetree/bindings/sound/cs4349.txt
new file mode 100644
index 000000000000..54c117b59dba
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/cs4349.txt
@@ -0,0 +1,19 @@
+CS4349 audio CODEC
+
+Required properties:
+
+ - compatible : "cirrus,cs4349"
+
+ - reg : the I2C address of the device for I2C
+
+Optional properties:
+
+ - reset-gpios : a GPIO spec for the reset pin.
+
+Example:
+
+codec: cs4349@48 {
+ compatible = "cirrus,cs4349";
+ reg = <0x48>;
+ reset-gpios = <&gpio 54 0>;
+};