summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/wm8994.txt
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2018-05-20 09:53:41 -0300
committerMark Brown <broonie@kernel.org>2018-05-22 11:57:39 +0100
commit34f5897c59d19ac1b97fd4030b430ac4658c722c (patch)
tree85b8b900fb705e0c3a4d972b239a3ba807d8270d /Documentation/devicetree/bindings/sound/wm8994.txt
parent2da48013f2c7eabc16dc0ce64a325ad3e9743fee (diff)
ASoC: codec: wolfson: Make the node name generic
According to Devicetree Specification v0.2 document: "The name of a node should be somewhat generic, reflecting the function of the device and not its precise programming model." Do as suggested in the bindings examples. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/wm8994.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/wm8994.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/wm8994.txt b/Documentation/devicetree/bindings/sound/wm8994.txt
index 68c4e8d96bed..4a9dead1b7d3 100644
--- a/Documentation/devicetree/bindings/sound/wm8994.txt
+++ b/Documentation/devicetree/bindings/sound/wm8994.txt
@@ -59,7 +59,7 @@ Optional properties:
Example:
-codec: wm8994@1a {
+wm8994: codec@1a {
compatible = "wlf,wm8994";
reg = <0x1a>;