diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-11 15:37:12 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-13 11:29:03 +0100 |
commit | 3ce1fb524a777bd9c2b02a298bbc96f0df46a78e (patch) | |
tree | 8504bee8d09fa4a0ac5c4db4eada2a4b9b5b4ce8 /Documentation | |
parent | 1d61210cfc3b5e663d5cf2b003c0faec64712481 (diff) | |
download | blackbird-op-linux-3ce1fb524a777bd9c2b02a298bbc96f0df46a78e.tar.gz blackbird-op-linux-3ce1fb524a777bd9c2b02a298bbc96f0df46a78e.zip |
ASoC: wm8753: Fix typo in DT binding example
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/wm8753.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/wm8753.txt b/Documentation/devicetree/bindings/sound/wm8753.txt index 18fc706e36db..8eee61282105 100644 --- a/Documentation/devicetree/bindings/sound/wm8753.txt +++ b/Documentation/devicetree/bindings/sound/wm8753.txt @@ -34,7 +34,7 @@ Pins on the device (for linking into audio routes): Example: -codec: wm8737@1a { +codec: wm8753@1a { compatible = "wlf,wm8753"; reg = <0x1a>; }; |