summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/sgtl5000.txt
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-03-03 23:20:00 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-03-04 13:38:56 +0000
commit4bdd47997f110ee06ed8a1c6668d12106936ba12 (patch)
treee0305961a20bfd227170bd72456824bdd18de775 /Documentation/devicetree/bindings/sound/sgtl5000.txt
parent15ca1b19c6ab11fab61512684e987517e3cafad3 (diff)
ASoC: sgtl5000: rename device tree binding document
It moves and renames sgtl5000 device tree binding document to make it aligned with other codecs. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/sgtl5000.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/sgtl5000.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/sgtl5000.txt b/Documentation/devicetree/bindings/sound/sgtl5000.txt
new file mode 100644
index 000000000000..2c3cd413f042
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/sgtl5000.txt
@@ -0,0 +1,11 @@
+* Freescale SGTL5000 Stereo Codec
+
+Required properties:
+- compatible : "fsl,sgtl5000".
+
+Example:
+
+codec: sgtl5000@0a {
+ compatible = "fsl,sgtl5000";
+ reg = <0x0a>;
+};