target: Fix bug in handling of FILEIO + block_device resize ops
[linux-flexiantxendom0-3.2.10.git] / Documentation / devicetree / bindings / sound / sgtl5000.txt
1 * Freescale SGTL5000 Stereo Codec
2
3 Required properties:
4 - compatible : "fsl,sgtl5000".
5
6 Example:
7
8 codec: sgtl5000@0a {
9         compatible = "fsl,sgtl5000";
10         reg = <0x0a>;
11 };