devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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 4/4] ASoC: cs42xx8: Make the node name generic
Date: Fri,  4 May 2018 16:12:03 -0300	[thread overview]
Message-ID: <1525461123-16686-4-git-send-email-festevam@gmail.com> (raw)
In-Reply-To: <1525461123-16686-1-git-send-email-festevam@gmail.com>

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/cs42xx8.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/cs42xx8.txt b/Documentation/devicetree/bindings/sound/cs42xx8.txt
index f631fbc..8619a15 100644
--- a/Documentation/devicetree/bindings/sound/cs42xx8.txt
+++ b/Documentation/devicetree/bindings/sound/cs42xx8.txt
@@ -16,7 +16,7 @@ Required properties:
 
 Example:
 
-codec: cs42888@48 {
+cs42888: codec@48 {
 	compatible = "cirrus,cs42888";
 	reg = <0x48>;
 	clocks = <&codec_mclk 0>;
-- 
2.7.4

  parent 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 [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 ` Fabio Estevam [this message]
2018-05-04 22:25   ` [PATCH 4/4] ASoC: cs42xx8: Make the node name generic 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-4-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).