aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Guo2011-07-21 11:28:51 -0500
committerMark Brown2011-07-29 11:37:15 -0500
commit58e494247a9f09f0ae8d9867fcfb672a9bcdd6ae (patch)
tree6dfd99ff590ac04ceee7c56cbf26e8f83a820016 /Documentation/devicetree/bindings/sound/soc/codecs/fsl-sgtl5000.txt
parenta7f96e4dc6bb5f45d0612782419e6a63032a2ac0 (diff)
downloadti-linux-kernel-58e494247a9f09f0ae8d9867fcfb672a9bcdd6ae.tar.gz
ti-linux-kernel-58e494247a9f09f0ae8d9867fcfb672a9bcdd6ae.tar.xz
ti-linux-kernel-58e494247a9f09f0ae8d9867fcfb672a9bcdd6ae.zip
ASoC: sgtl5000: add device tree probe support
It adds device tree probe support for sgtl5000 driver. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/soc/codecs/fsl-sgtl5000.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/soc/codecs/fsl-sgtl5000.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/soc/codecs/fsl-sgtl5000.txt b/Documentation/devicetree/bindings/sound/soc/codecs/fsl-sgtl5000.txt
new file mode 100644
index 000000000000..2c3cd413f042
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/soc/codecs/fsl-sgtl5000.txt
@@ -0,0 +1,11 @@
1* Freescale SGTL5000 Stereo Codec
2
3Required properties:
4- compatible : "fsl,sgtl5000".
5
6Example:
7
8codec: sgtl5000@0a {
9 compatible = "fsl,sgtl5000";
10 reg = <0x0a>;
11};