From: Fabio Estevam <festevam@gmail.com>
To: broonie@kernel.org
Cc: Fabio Estevam <fabio.estevam@nxp.com>,
devicetree@vger.kernel.org, alsa-devel@alsa-project.org,
robh+dt@kernel.org
Subject: [PATCH 1/4] ASoC: sgtl5000: Make the node name generic
Date: Fri, 4 May 2018 16:12:00 -0300 [thread overview]
Message-ID: <1525461123-16686-1-git-send-email-festevam@gmail.com> (raw)
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
next reply other threads:[~2018-05-04 19:12 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-04 19:12 Fabio Estevam [this message]
2018-05-04 19:12 ` [PATCH 2/4] ASoC: wm8962: Make the node name generic 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1525461123-16686-1-git-send-email-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=fabio.estevam@nxp.com \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).