diff options
author | Anish Kumar <yesanishhere@gmail.com> | 2015-03-09 15:50:34 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-11 19:16:07 +0000 |
commit | 1ff2765182d1969947dfb50f4e42ebd7e83699fd (patch) | |
tree | f56a1426356915dbf9dc450f17842d714c1b1c42 /Documentation | |
parent | 9eccca0843205f87c00404b663188b88eb248051 (diff) | |
download | linux-stable-1ff2765182d1969947dfb50f4e42ebd7e83699fd.tar.gz linux-stable-1ff2765182d1969947dfb50f4e42ebd7e83699fd.tar.bz2 linux-stable-1ff2765182d1969947dfb50f4e42ebd7e83699fd.zip |
ASoC: Add max98925 codec driver
Signed-off-by: Anish Kumar <yesanishhere@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/max98925.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/max98925.txt b/Documentation/devicetree/bindings/sound/max98925.txt new file mode 100644 index 000000000000..27be63e2aa0d --- /dev/null +++ b/Documentation/devicetree/bindings/sound/max98925.txt @@ -0,0 +1,22 @@ +max98925 audio CODEC + +This device supports I2C. + +Required properties: + + - compatible : "maxim,max98925" + + - vmon-slot-no : slot number used to send voltage information + + - imon-slot-no : slot number used to send current information + + - reg : the I2C address of the device for I2C + +Example: + +codec: max98925@1a { + compatible = "maxim,max98925"; + vmon-slot-no = <0>; + imon-slot-no = <2>; + reg = <0x1a>; +}; |