From: Andreas Färber Date: Tue, 25 Sep 2018 14:23:48 +0000 (+0200) Subject: ASoC: dt-bindings: add max98088 audio codec X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~5772^2~18^2~88 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=02a9fad843d5f86b5afe5e156f09ea87fe24d9c9;p=linux.git ASoC: dt-bindings: add max98088 audio codec This patch adds the bindings for maxim max98088/9 audio codec. Signed-off-by: Andreas Färber [m.felsch@pengutronix.de: adapt commit message] [m.felsch@pengutronix.de: adapt formatting] Signed-off-by: Marco Felsch Signed-off-by: Mark Brown --- 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>; +};