diff options
author | David Epping <david.epping@missinglinkelectronics.com> | 2023-05-19 13:05:53 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-05-22 12:18:31 +0200 |
commit | 3a2e3fa795052b42da013931bc2e451bcecf4f0c (patch) | |
tree | 6e70f55bbb040ddd50422bbf170dc12d676e6c0c /Documentation | |
parent | ASoC: soc-pcm: test if a BE can be prepared (diff) | |
download | linux-3a2e3fa795052b42da013931bc2e451bcecf4f0c.tar.xz linux-3a2e3fa795052b42da013931bc2e451bcecf4f0c.zip |
ASoC: dt-bindings: tlv320aic32x4: Fix supply names
The term "-supply" is a suffix to regulator names.
Signed-off-by: David Epping <david.epping@missinglinkelectronics.com>
Link: https://lore.kernel.org/r/20230519110545.GA18663@nucnuc.mle
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/tlv320aic32x4.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/tlv320aic32x4.txt b/Documentation/devicetree/bindings/sound/tlv320aic32x4.txt index f59125bc79d1..0b4e21bde5bc 100644 --- a/Documentation/devicetree/bindings/sound/tlv320aic32x4.txt +++ b/Documentation/devicetree/bindings/sound/tlv320aic32x4.txt @@ -8,7 +8,7 @@ Required properties: "ti,tlv320aic32x6" TLV320AIC3206, TLV320AIC3256 "ti,tas2505" TAS2505, TAS2521 - 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 |