Skip to content

Commit

Permalink
ASoC: tlv320adcx140: Remove undocumented property
Browse files Browse the repository at this point in the history
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 <[email protected]>
CC: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
Dan Murphy authored and broonie committed Mar 27, 2020
1 parent 8c0b6e1 commit d406151
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Documentation/devicetree/bindings/sound/tlv320adcx140.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
Expand Down

0 comments on commit d406151

Please sign in to comment.