浏览代码

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: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Fabio Estevam 12 年之前
父节点
当前提交
77845b11a3
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Documentation/devicetree/bindings/sound/sgtl5000.txt

+ 3 - 0
Documentation/devicetree/bindings/sound/sgtl5000.txt

@@ -5,9 +5,12 @@ Required properties:
 
 
 - reg : the I2C address of the device
 - reg : the I2C address of the device
 
 
+- clocks : the clock provider of SYS_MCLK
+
 Example:
 Example:
 
 
 codec: sgtl5000@0a {
 codec: sgtl5000@0a {
 	compatible = "fsl,sgtl5000";
 	compatible = "fsl,sgtl5000";
 	reg = <0x0a>;
 	reg = <0x0a>;
+	clocks = <&clks 150>;
 };
 };