devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: ASoC: tlv320aic32x4: Fix property name
@ 2019-06-28 12:57 David Epping
  2019-07-03 12:02 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: David Epping @ 2019-06-28 12:57 UTC (permalink / raw)
  To: Mark Brown; +Cc: devicetree, trivial

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

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

end of thread, other threads:[~2019-07-03 12:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-28 12:57 [PATCH] dt-bindings: ASoC: tlv320aic32x4: Fix property name David Epping
2019-07-03 12:02 ` 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).