diff options
author | Andreas Färber <afaerber@suse.de> | 2018-09-25 16:23:48 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-09-25 10:24:31 -0700 |
commit | 02a9fad843d5f86b5afe5e156f09ea87fe24d9c9 (patch) | |
tree | 7f4c3e7cbd4abee0049ae7c052282018ce08132b | |
parent | b0ef5011b981ece1fde8063243a56d3038b87adb (diff) | |
download | lwn-02a9fad843d5f86b5afe5e156f09ea87fe24d9c9.tar.gz lwn-02a9fad843d5f86b5afe5e156f09ea87fe24d9c9.zip |
ASoC: dt-bindings: add max98088 audio codec
This patch adds the bindings for maxim max98088/9 audio codec.
Signed-off-by: Andreas Färber <afaerber@suse.de>
[m.felsch@pengutronix.de: adapt commit message]
[m.felsch@pengutronix.de: adapt formatting]
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/maxim,max98088.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/maxim,max98088.txt b/Documentation/devicetree/bindings/sound/maxim,max98088.txt new file mode 100644 index 000000000000..a79ad5c7af88 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/maxim,max98088.txt @@ -0,0 +1,15 @@ +MAX98088 audio CODEC + +This device supports I2C only. + +Required properties: + +- compatible: "maxim,max98088" or "maxim,max98089". +- reg: The I2C address of the device. + +Example: + +max98089: codec@10 { + compatible = "maxim,max98089"; + reg = <0x10>; +}; |