diff options
author | Daniel Mack <zonque@gmail.com> | 2012-07-25 15:28:34 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-08-03 23:03:58 +0100 |
commit | 85d07e4d625d6511934799f7df93e9111ac2c88b (patch) | |
tree | d9ada0cbb9d03c39303c575b9fe2ecdd0378c56a /Documentation | |
parent | d9f34df782b2aa7d233cb08850c8b12fdb37d18a (diff) | |
download | op-kernel-dev-85d07e4d625d6511934799f7df93e9111ac2c88b.zip op-kernel-dev-85d07e4d625d6511934799f7df93e9111ac2c88b.tar.gz |
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')
-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 0000000..7f0bfd8 --- /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>; +}; |