aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-08-11 10:37:12 -0400
committerMark Brown <broonie@linaro.org>2013-08-13 06:29:03 -0400
commit3ce1fb524a777bd9c2b02a298bbc96f0df46a78e (patch)
tree8504bee8d09fa4a0ac5c4db4eada2a4b9b5b4ce8
parent1d61210cfc3b5e663d5cf2b003c0faec64712481 (diff)
ASoC: wm8753: Fix typo in DT binding example
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r--Documentation/devicetree/bindings/sound/wm8753.txt2
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):
34 34
35Example: 35Example:
36 36
37codec: wm8737@1a { 37codec: wm8753@1a {
38 compatible = "wlf,wm8753"; 38 compatible = "wlf,wm8753";
39 reg = <0x1a>; 39 reg = <0x1a>;
40}; 40};