summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/rt5616.txt
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2018-05-20 12:22:48 -0300
committerMark Brown <broonie@kernel.org>2018-05-22 11:57:40 +0100
commit520a76f855e570c11fd042dd2ab4712ce33fb3a0 (patch)
treeeb6b8615a86b90107ef68a80ab26ed3007546453 /Documentation/devicetree/bindings/sound/rt5616.txt
parent34f5897c59d19ac1b97fd4030b430ac4658c722c (diff)
ASoC: codec: realtek: Make the node name generic
"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/rt5616.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/rt5616.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/rt5616.txt b/Documentation/devicetree/bindings/sound/rt5616.txt
index e41085818559..540a4bf252e4 100644
--- a/Documentation/devicetree/bindings/sound/rt5616.txt
+++ b/Documentation/devicetree/bindings/sound/rt5616.txt
@@ -26,7 +26,7 @@ Pins on the device (for linking into audio routes) for RT5616:
Example:
-codec: rt5616@1b {
+rt5616: codec@1b {
compatible = "realtek,rt5616";
reg = <0x1b>;
};