diff options
author | anish kumar <yesanishhere@gmail.com> | 2016-02-18 04:28:49 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-18 17:17:48 +0300 |
commit | 805d132dcbbdbdf8339008f4f964490cf6ff3025 (patch) | |
tree | 07a243cd16ed84b46f740db2ec2fc865f9932e0b /Documentation/devicetree/bindings/sound/max9867.txt | |
parent | cffee535f0b09ab0801cbec01a8ae81595aa99bc (diff) | |
download | linux-805d132dcbbdbdf8339008f4f964490cf6ff3025.tar.xz |
ASoC: Add max9867 codec driver
Signed-off-by: anish kumar <yesanishhere@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/max9867.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/max9867.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/max9867.txt b/Documentation/devicetree/bindings/sound/max9867.txt new file mode 100644 index 000000000000..394cd4eb17ec --- /dev/null +++ b/Documentation/devicetree/bindings/sound/max9867.txt @@ -0,0 +1,17 @@ +max9867 codec + +This device supports I2C mode only. + +Required properties: + +- compatible : "maxim,max9867" +- reg : The chip select number on the I2C bus + +Example: + +&i2c { + max9867: max9867@0x18 { + compatible = "maxim,max9867"; + reg = <0x18>; + }; +}; |