summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorShawn Guo2011-07-21 18:28:51 +0200
committerMark Brown2011-07-29 18:37:15 +0200
commit58e494247a9f09f0ae8d9867fcfb672a9bcdd6ae (patch)
tree6dfd99ff590ac04ceee7c56cbf26e8f83a820016 /Documentation
parentASoC: Add device tree binding for WM8731 (diff)
downloadkernel-qcow2-linux-58e494247a9f09f0ae8d9867fcfb672a9bcdd6ae.tar.gz
kernel-qcow2-linux-58e494247a9f09f0ae8d9867fcfb672a9bcdd6ae.tar.xz
kernel-qcow2-linux-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')
-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 @@
+* Freescale SGTL5000 Stereo Codec
+
+Required properties:
+- compatible : "fsl,sgtl5000".
+
+Example:
+
+codec: sgtl5000@0a {
+ compatible = "fsl,sgtl5000";
+ reg = <0x0a>;
+};