stmmac.txt: fix typo
[deliverable/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 };
This page took 0.031811 seconds and 5 git commands to generate.