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/rt5645.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/rt5645.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/rt5645.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/rt5645.txt b/Documentation/devicetree/bindings/sound/rt5645.txt index 7cee1f518f59..a03f9a872a71 100644 --- a/Documentation/devicetree/bindings/sound/rt5645.txt +++ b/Documentation/devicetree/bindings/sound/rt5645.txt @@ -69,4 +69,4 @@ codec: rt5650@1a { realtek,dmic-en = "true"; realtek,en-jd-func = "true"; realtek,jd-mode = <3>; -};
\ No newline at end of file +}; |