aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Howe2015-07-16 14:51:40 -0500
committerMark Brown2015-07-16 15:56:02 -0500
commite40da86a37f64c73b810bc7a63d77c44dc61accb (patch)
tree38538af19d43396b9e996ada4b9f72fa274e0cff /Documentation/devicetree/bindings/sound/cs4349.txt
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 (diff)
downloadti-linux-kernel-e40da86a37f64c73b810bc7a63d77c44dc61accb.tar.gz
ti-linux-kernel-e40da86a37f64c73b810bc7a63d77c44dc61accb.tar.xz
ti-linux-kernel-e40da86a37f64c73b810bc7a63d77c44dc61accb.zip
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 @@
1CS4349 audio CODEC
2
3Required properties:
4
5 - compatible : "cirrus,cs4349"
6
7 - reg : the I2C address of the device for I2C
8
9Optional properties:
10
11 - reset-gpios : a GPIO spec for the reset pin.
12
13Example:
14
15codec: cs4349@48 {
16 compatible = "cirrus,cs4349";
17 reg = <0x48>;
18 reset-gpios = <&gpio 54 0>;
19};