diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-05-20 17:22:48 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-05-22 12:57:40 +0200 |
commit | 520a76f855e570c11fd042dd2ab4712ce33fb3a0 (patch) | |
tree | eb6b8615a86b90107ef68a80ab26ed3007546453 /Documentation/devicetree/bindings/sound/rt274.txt | |
parent | ASoC: codec: wolfson: Make the node name generic (diff) | |
download | linux-520a76f855e570c11fd042dd2ab4712ce33fb3a0.tar.xz linux-520a76f855e570c11fd042dd2ab4712ce33fb3a0.zip |
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.txt | 2 |
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>; |