diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-03-03 19:20:00 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-03-04 17:38:56 +0400 |
commit | 4bdd47997f110ee06ed8a1c6668d12106936ba12 (patch) | |
tree | e0305961a20bfd227170bd72456824bdd18de775 /Documentation/devicetree/bindings/sound/sgtl5000.txt | |
parent | 15ca1b19c6ab11fab61512684e987517e3cafad3 (diff) | |
download | linux-4bdd47997f110ee06ed8a1c6668d12106936ba12.tar.xz |
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.txt | 11 |
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>; +}; |