Merge tag 'drm-intel-fixes-2013-07-11' of git://people.freedesktop.org/~danvet/drm...
[cascardo/linux.git] / Documentation / devicetree / bindings / sound / sgtl5000.txt
1 * Freescale SGTL5000 Stereo Codec
2
3 Required properties:
4 - compatible : "fsl,sgtl5000".
5
6 - reg : the I2C address of the device
7
8 - clocks : the clock provider of SYS_MCLK
9
10 Example:
11
12 codec: sgtl5000@0a {
13         compatible = "fsl,sgtl5000";
14         reg = <0x0a>;
15         clocks = <&clks 150>;
16 };