diff options
author | Tzung-Bi Shih <tzungbi@google.com> | 2018-10-04 18:43:01 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-10-04 15:02:37 +0100 |
commit | 757b1aa00259a44f94bd120b9637720b9aaf36eb (patch) | |
tree | 92bdb304cd762fc43e5555e02efe790feef43f8c | |
parent | 466dee75b3364d05b43ddfe41ef2e8887b6a3ea7 (diff) | |
download | talos-op-linux-757b1aa00259a44f94bd120b9637720b9aaf36eb.tar.gz talos-op-linux-757b1aa00259a44f94bd120b9637720b9aaf36eb.zip |
ASoC: ts3a227e: fix a typo in documentation
There is no "MACBIAS". It should be "MICBIAS".
Signed-off-by: Tzung-Bi Shih <tzungbi@google.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/ts3a227e.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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). |