summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-06-17 16:20:27 (GMT)
committerMark Brown <broonie@linaro.org>2013-06-17 16:20:27 (GMT)
commit14345a589826089b4793b401ccc356dbb9947e3e (patch)
tree34da633442267f9d6baeae34a3dca66e70e91216 /Documentation
parent1ee9271d67eca42853a4037d26504d9e3e1e1f9c (diff)
parentb9840124d699614f1429748e43827b1fb35c1138 (diff)
downloadlinux-14345a589826089b4793b401ccc356dbb9947e3e.tar.xz
Merge remote-tracking branch 'asoc/topic/sgtl5000' into asoc-next
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/sgtl5000.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/sgtl5000.txt b/Documentation/devicetree/bindings/sound/sgtl5000.txt
index 9cc4444..955df60 100644
--- a/Documentation/devicetree/bindings/sound/sgtl5000.txt
+++ b/Documentation/devicetree/bindings/sound/sgtl5000.txt
@@ -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>;
};