diff options
author | Daniel Mack <zonque@gmail.com> | 2012-07-25 09:28:34 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-08-03 18:03:58 -0400 |
commit | 85d07e4d625d6511934799f7df93e9111ac2c88b (patch) | |
tree | d9ada0cbb9d03c39303c575b9fe2ecdd0378c56a /Documentation/devicetree | |
parent | d9f34df782b2aa7d233cb08850c8b12fdb37d18a (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')
-rw-r--r-- | Documentation/devicetree/bindings/sound/cs4270.txt | 16 |
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 000000000000..7f0bfd84d3fc --- /dev/null +++ b/Documentation/devicetree/bindings/sound/cs4270.txt | |||
@@ -0,0 +1,16 @@ | |||
1 | CS4270 audio CODEC | ||
2 | |||
3 | The driver for this device currently only supports I2C. | ||
4 | |||
5 | Required properties: | ||
6 | |||
7 | - compatible : "cirrus,cs4270" | ||
8 | |||
9 | - reg : the I2C address of the device for I2C | ||
10 | |||
11 | Example: | ||
12 | |||
13 | codec: cs4270@48 { | ||
14 | compatible = "cirrus,cs4270"; | ||
15 | reg = <0x48>; | ||
16 | }; | ||