diff options
author | Tim Howe <tim.howe@cirrus.com> | 2015-07-16 21:51:40 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-16 22:56:02 +0200 |
commit | e40da86a37f64c73b810bc7a63d77c44dc61accb (patch) | |
tree | 38538af19d43396b9e996ada4b9f72fa274e0cff /Documentation | |
parent | Linux 4.2-rc1 (diff) | |
download | linux-e40da86a37f64c73b810bc7a63d77c44dc61accb.tar.xz linux-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')
-rw-r--r-- | Documentation/devicetree/bindings/sound/cs4349.txt | 19 |
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>; +}; |