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

Unverified Commit d6ed11ed authored by Marco Felsch's avatar Marco Felsch Committed by Mark Brown
Browse files

ASoC: dt-bindings: max98088: add external clock binding



Allow setting the clock provider for the external clock called "mclk".

Signed-off-by: default avatarMarco Felsch <m.felsch@pengutronix.de>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 7454a21c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -7,9 +7,17 @@ Required properties:
- compatible: "maxim,max98088" or "maxim,max98089".
- reg: The I2C address of the device.

Optional properties:

- clocks: the clock provider of MCLK, see ../clock/clock-bindings.txt section
  "consumer" for more information.
- clock-names: must be set to "mclk"

Example:

max98089: codec@10 {
	compatible = "maxim,max98089";
	reg = <0x10>;
	clocks = <&clks IMX6QDL_CLK_CKO2>;
	clock-names = "mclk";
};