diff options
author | David Lin <CTLIN0@nuvoton.com> | 2022-09-13 15:06:43 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-09-13 19:12:09 +0300 |
commit | 40a57d4b2d82fe4a10bc41aa79532ee33ffdb051 (patch) | |
tree | d63ee60ca5bf3026b8aa41d8d940abefdcd7b6dc /Documentation | |
parent | ed8570726ab005da0aa62cc24046ef83fa342e89 (diff) | |
download | linux-40a57d4b2d82fe4a10bc41aa79532ee33ffdb051.tar.xz |
ASoC: dt-bindings: nau8825: Add ADCOUT IO drive strength control
Add a property to control the driving of ADCOUT.
Signed-off-by: David Lin <CTLIN0@nuvoton.com>
Link: https://lore.kernel.org/r/20220913120641.792502-2-CTLIN0@nuvoton.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/nau8825.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/nau8825.txt b/Documentation/devicetree/bindings/sound/nau8825.txt index 388a7bc60b1f..cb861aca8d40 100644 --- a/Documentation/devicetree/bindings/sound/nau8825.txt +++ b/Documentation/devicetree/bindings/sound/nau8825.txt @@ -71,6 +71,9 @@ Optional properties: - nuvoton,crosstalk-enable: make crosstalk function enable if set. + - nuvoton,adcout-drive-strong: make the drive strength of ADCOUT IO PIN strong if set. + Otherwise, the drive keeps normal strength. + - clocks: list of phandle and clock specifier pairs according to common clock bindings for the clocks described in clock-names - clock-names: should include "mclk" for the MCLK master clock |