devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] ASoC: sgtl5000: Make the node name generic
@ 2018-05-04 19:12 Fabio Estevam
  2018-05-04 19:12 ` [PATCH 2/4] ASoC: wm8962: " Fabio Estevam
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Fabio Estevam @ 2018-05-04 19:12 UTC (permalink / raw)
  To: broonie; +Cc: Fabio Estevam, devicetree, alsa-devel, robh+dt

From: Fabio Estevam <fabio.estevam@nxp.com>

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 binding example.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 Documentation/devicetree/bindings/sound/sgtl5000.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/sgtl5000.txt b/Documentation/devicetree/bindings/sound/sgtl5000.txt
index 9a36c7e..0f21445 100644
--- a/Documentation/devicetree/bindings/sound/sgtl5000.txt
+++ b/Documentation/devicetree/bindings/sound/sgtl5000.txt
@@ -39,7 +39,7 @@ VDDIO		1.8V		2.5V		3.3V
 
 Example:
 
-codec: sgtl5000@a {
+sgtl5000: codec@a {
 	compatible = "fsl,sgtl5000";
 	reg = <0x0a>;
 	#sound-dai-cells = <0>;
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-05-05  1:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-04 19:12 [PATCH 1/4] ASoC: sgtl5000: Make the node name generic Fabio Estevam
2018-05-04 19:12 ` [PATCH 2/4] ASoC: wm8962: " Fabio Estevam
2018-05-04 22:24   ` Rob Herring
2018-05-05  1:43   ` Applied "ASoC: wm8962: Make the node name generic" to the asoc tree Mark Brown
2018-05-04 19:12 ` [PATCH 3/4] ASoC: wm8960: Make the node name generic Fabio Estevam
2018-05-04 22:25   ` Rob Herring
2018-05-05  1:43   ` Applied "ASoC: wm8960: Make the node name generic" to the asoc tree Mark Brown
2018-05-04 19:12 ` [PATCH 4/4] ASoC: cs42xx8: Make the node name generic Fabio Estevam
2018-05-04 22:25   ` Rob Herring
2018-05-05  1:43   ` Applied "ASoC: cs42xx8: Make the node name generic" to the asoc tree Mark Brown
2018-05-04 22:24 ` [PATCH 1/4] ASoC: sgtl5000: Make the node name generic Rob Herring
2018-05-05  1:44 ` Applied "ASoC: sgtl5000: Make the node name generic" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).