aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/devicetree/bindings/sound/tlv320adcx140.yaml
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2020-03-27 11:24:32 -0500
committerMark Brown <broonie@kernel.org>2020-03-27 17:28:34 +0000
commitd4061518c3982010d8f07b9b327c8e00297b14a3 (patch)
treed809404133dc2ab680845d846cad9f0cbd6c0803 /Documentation/devicetree/bindings/sound/tlv320adcx140.yaml
parentMerge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7 (diff)
downloadwireguard-linux-d4061518c3982010d8f07b9b327c8e00297b14a3.tar.xz
wireguard-linux-d4061518c3982010d8f07b9b327c8e00297b14a3.zip
ASoC: tlv320adcx140: Remove undocumented property
Remove undocumented and unneeded ti,use-internal-reg from the example as it was an artifact from initial development. The code does not query for this property and as the document indicates if areg-supply is undefined then the internal regulator is used. Fixes: 302c0b7490cd ("dt-bindings: sound: Add TLV320ADCx140 dt bindings") Signed-off-by: Dan Murphy <dmurphy@ti.com> CC: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20200327162432.17067-1-dmurphy@ti.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/tlv320adcx140.yaml')
-rw-r--r--Documentation/devicetree/bindings/sound/tlv320adcx140.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/tlv320adcx140.yaml b/Documentation/devicetree/bindings/sound/tlv320adcx140.yaml
index 1433ff62b14f..ab2268c0ee67 100644
--- a/Documentation/devicetree/bindings/sound/tlv320adcx140.yaml
+++ b/Documentation/devicetree/bindings/sound/tlv320adcx140.yaml
@@ -76,7 +76,6 @@ examples:
codec: codec@4c {
compatible = "ti,tlv320adc5140";
reg = <0x4c>;
- ti,use-internal-areg;
ti,mic-bias-source = <6>;
reset-gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
};