Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testing
[firefly-linux-kernel-4.4.55.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 Example:
9
10 codec: sgtl5000@0a {
11         compatible = "fsl,sgtl5000";
12         reg = <0x0a>;
13 };