ASoC: dt-bindings: add max98088 audio codec
authorAndreas Färber <afaerber@suse.de>
Tue, 25 Sep 2018 14:23:48 +0000 (16:23 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 25 Sep 2018 17:24:31 +0000 (10:24 -0700)
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>
Documentation/devicetree/bindings/sound/maxim,max98088.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/sound/maxim,max98088.txt b/Documentation/devicetree/bindings/sound/maxim,max98088.txt
new file mode 100644 (file)
index 0000000..a79ad5c
--- /dev/null
@@ -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>;
+};