Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 02a9fad8 authored by Andreas Färber's avatar Andreas Färber Committed by Mark Brown
Browse files

ASoC: dt-bindings: add max98088 audio codec



This patch adds the bindings for maxim max98088/9 audio codec.

Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
[m.felsch@pengutronix.de: adapt commit message]
[m.felsch@pengutronix.de: adapt formatting]
Signed-off-by: default avatarMarco Felsch <m.felsch@pengutronix.de>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent b0ef5011
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
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>;
};