Message ID | 20181004104301.48121-1-tzungbi@google.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 757b1aa00259a44f94bd120b9637720b9aaf36eb |
Headers | show |
Series | ASoC: ts3a227e: fix a typo in documentation | expand |
On Thu, Oct 04, 2018 at 06:43:01PM +0800, Tzung-Bi Shih wrote: > There is no "MACBIAS". It should be "MICBIAS". > > Signed-off-by: Tzung-Bi Shih <tzungbi@google.com> As documented in SubmittingPatches please send patches to the maintainers for the code you would like to change. The normal kernel workflow is that people apply patches from their inboxes, if they aren't copied they are likely to not see the patch at all and it is much more difficult to apply patches.
diff --git a/Documentation/devicetree/bindings/sound/ts3a227e.txt b/Documentation/devicetree/bindings/sound/ts3a227e.txt index 3ed8359144d3..21ab45bc7e8f 100644 --- a/Documentation/devicetree/bindings/sound/ts3a227e.txt +++ b/Documentation/devicetree/bindings/sound/ts3a227e.txt @@ -14,7 +14,7 @@ Required properties: Optional properies: - ti,micbias: Intended MICBIAS voltage (datasheet section 9.6.7). - Select 0/1/2/3/4/5/6/7 to specify MACBIAS voltage + Select 0/1/2/3/4/5/6/7 to specify MICBIAS voltage 2.1V/2.2V/2.3V/2.4V/2.5V/2.6V/2.7V/2.8V Default value is "1" (2.2V).
There is no "MACBIAS". It should be "MICBIAS". Signed-off-by: Tzung-Bi Shih <tzungbi@google.com> --- Documentation/devicetree/bindings/sound/ts3a227e.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)