Skip to content

Commit 02a9fad

Browse files
afaerberbroonie
authored andcommitted
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>
1 parent b0ef501 commit 02a9fad

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
MAX98088 audio CODEC
2+
3+
This device supports I2C only.
4+
5+
Required properties:
6+
7+
- compatible: "maxim,max98088" or "maxim,max98089".
8+
- reg: The I2C address of the device.
9+
10+
Example:
11+
12+
max98089: codec@10 {
13+
compatible = "maxim,max98089";
14+
reg = <0x10>;
15+
};

0 commit comments

Comments
 (0)