summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/rt274.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/rt274.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/rt274.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/rt274.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/rt274.txt b/Documentation/devicetree/bindings/sound/rt274.txt
index e9a6178c78cf..791a1bd767b9 100644
--- a/Documentation/devicetree/bindings/sound/rt274.txt
+++ b/Documentation/devicetree/bindings/sound/rt274.txt
@@ -26,7 +26,7 @@ Pins on the device (for linking into audio routes) for RT274:
Example:
-codec: rt274@1c {
+rt274: codec@1c {
compatible = "realtek,rt274";
reg = <0x1c>;
interrupts = <7 IRQ_TYPE_EDGE_FALLING>;