diff options
author | anish kumar <yesanishhere@gmail.com> | 2016-04-27 15:39:05 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-04-28 18:16:04 +0100 |
commit | ca2cd6bc6663314ba7fbf66ba7b14e099671420e (patch) | |
tree | 7a44a8426f3b4d6d96e9cc50c474234478ed4325 /Documentation | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) | |
download | linux-ca2cd6bc6663314ba7fbf66ba7b14e099671420e.tar.gz linux-ca2cd6bc6663314ba7fbf66ba7b14e099671420e.tar.bz2 linux-ca2cd6bc6663314ba7fbf66ba7b14e099671420e.zip |
ASoC: Add max98371 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/max98371.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/max98371.txt b/Documentation/devicetree/bindings/sound/max98371.txt new file mode 100644 index 000000000000..6c285235e64b --- /dev/null +++ b/Documentation/devicetree/bindings/sound/max98371.txt @@ -0,0 +1,17 @@ +max98371 codec + +This device supports I2C mode only. + +Required properties: + +- compatible : "maxim,max98371" +- reg : The chip select number on the I2C bus + +Example: + +&i2c { + max98371: max98371@0x31 { + compatible = "maxim,max98371"; + reg = <0x31>; + }; +}; |