ASoC: sgtl5000: Add 'clocks' entry as a required propery
[deliverable/linux.git] / Documentation / devicetree / bindings / sound / sgtl5000.txt
CommitLineData
58e49424
SG
1* Freescale SGTL5000 Stereo Codec
2
3Required properties:
4- compatible : "fsl,sgtl5000".
5
ddb6706a
FE
6- reg : the I2C address of the device
7
77845b11
FE
8- clocks : the clock provider of SYS_MCLK
9
58e49424
SG
10Example:
11
12codec: sgtl5000@0a {
13 compatible = "fsl,sgtl5000";
14 reg = <0x0a>;
77845b11 15 clocks = <&clks 150>;
58e49424 16};
This page took 0.157784 seconds and 5 git commands to generate.