Commit 77845b11 authored by Fabio Estevam's avatar Fabio Estevam Committed by Mark Brown
Browse files

ASoC: sgtl5000: Add 'clocks' entry as a required propery



Since commit 9e13f345 (ASoC: sgtl5000: Let the codec acquire its clock) , the
'clocks' entry is mandatory, so update the binding doc.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 7c647af4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5,9 +5,12 @@ Required properties:

- reg : the I2C address of the device

- clocks : the clock provider of SYS_MCLK

Example:

codec: sgtl5000@0a {
	compatible = "fsl,sgtl5000";
	reg = <0x0a>;
	clocks = <&clks 150>;
};