Browse Source

ASoC: wm8753: Fix typo in DT binding example

Signed-off-by: Mark Brown <broonie@linaro.org>
Mark Brown 12 years ago
parent
commit
3ce1fb524a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/devicetree/bindings/sound/wm8753.txt

+ 1 - 1
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>;
 };