ASoC: sgtl5000: rename device tree binding document
authorShawn Guo <shawn.guo@linaro.org>
Sat, 3 Mar 2012 15:20:00 +0000 (23:20 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 4 Mar 2012 13:38:56 +0000 (13:38 +0000)
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>
Documentation/devicetree/bindings/sound/sgtl5000.txt [new file with mode: 0644]
Documentation/devicetree/bindings/sound/soc/codecs/fsl-sgtl5000.txt [deleted file]

diff --git a/Documentation/devicetree/bindings/sound/sgtl5000.txt b/Documentation/devicetree/bindings/sound/sgtl5000.txt
new file mode 100644 (file)
index 0000000..2c3cd41
--- /dev/null
@@ -0,0 +1,11 @@
+* Freescale SGTL5000 Stereo Codec
+
+Required properties:
+- compatible : "fsl,sgtl5000".
+
+Example:
+
+codec: sgtl5000@0a {
+       compatible = "fsl,sgtl5000";
+       reg = <0x0a>;
+};
diff --git a/Documentation/devicetree/bindings/sound/soc/codecs/fsl-sgtl5000.txt b/Documentation/devicetree/bindings/sound/soc/codecs/fsl-sgtl5000.txt
deleted file mode 100644 (file)
index 2c3cd41..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-* Freescale SGTL5000 Stereo Codec
-
-Required properties:
-- compatible : "fsl,sgtl5000".
-
-Example:
-
-codec: sgtl5000@0a {
-       compatible = "fsl,sgtl5000";
-       reg = <0x0a>;
-};