devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "David Epping" <david.epping@missinglinkelectronics.com>
To: Mark Brown <broonie@kernel.org>
Cc: devicetree@vger.kernel.org, trivial@kernel.org
Subject: [PATCH] dt-bindings: ASoC: tlv320aic32x4: Fix property name
Date: Fri, 28 Jun 2019 14:57:50 +0200	[thread overview]
Message-ID: <a1af77a8b6d6832f888e6a55f5732982.squirrel@mail.missinglinkelectronics.com> (raw)

From: David Epping <david.epping@missinglinkelectronics.com>

dt-bindings: ASoC: tlv320aic32x4: Fix property name

The 'supply' string is a suffix to the actual supply name, not a prefix.
Also extend the example section with required supply properties.

Signed-off-by: David Epping <david.epping@missinglinkelectronics.com>
---
 Documentation/devicetree/bindings/sound/tlv320aic32x4.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/tlv320aic32x4.txt
b/Documentation/devicetree/bindings/sound/tlv320aic32x4.txt
index ca75890..439eaf7 100644
--- a/Documentation/devicetree/bindings/sound/tlv320aic32x4.txt
+++ b/Documentation/devicetree/bindings/sound/tlv320aic32x4.txt
@@ -7,7 +7,7 @@ Required properties:
        "ti,tlv320aic32x4" TLV320AIC3204
        "ti,tlv320aic32x6" TLV320AIC3206, TLV320AIC3256
  - reg: I2C slave address
- - supply-*: Required supply regulators are:
+ - *-supply: Required supply regulators are:
     "iov" - digital IO power supply
     "ldoin" - LDO power supply
     "dv" - Digital core power supply
@@ -31,6 +31,8 @@ codec: tlv320aic32x4@18 {
        reg = <0x18>;
        clocks = <&clks 201>;
        clock-names = "mclk";
+       iov-supply = <&reg_3v3>;
+       ldoin-supply = <&reg_3v3>;
        aic32x4-gpio-func= <
                        0xff /* AIC32X4_MFPX_DEFAULT_VALUE */
                        0xff /* AIC32X4_MFPX_DEFAULT_VALUE */
-- 
2.7.4

             reply	other threads:[~2019-06-28 13:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-28 12:57 David Epping [this message]
2019-07-03 12:02 ` [PATCH] dt-bindings: ASoC: tlv320aic32x4: Fix property name 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=a1af77a8b6d6832f888e6a55f5732982.squirrel@mail.missinglinkelectronics.com \
    --to=david.epping@missinglinkelectronics.com \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=trivial@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).