diff options
author | Brian Austin <brian.austin@cirrus.com> | 2017-05-18 18:32:37 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-05-19 19:31:34 +0300 |
commit | cff7597a46454cf0ef0de7340dfb3f6bc0855777 (patch) | |
tree | d05e9c05e70427242ff7b18038f7e018c5759822 /Documentation/devicetree/bindings/sound/cs35l35.txt | |
parent | b7c752d68aee9c066cb0bd2f24ee73aed64575e8 (diff) | |
download | linux-cff7597a46454cf0ef0de7340dfb3f6bc0855777.tar.xz |
ASoC: cs35l35: Add DT handling for Inductor
Need to specify the inductor size in nH. This is a required property.
Signed-off-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/cs35l35.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/cs35l35.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/cs35l35.txt b/Documentation/devicetree/bindings/sound/cs35l35.txt index 016b768bc722..77ee75c39233 100644 --- a/Documentation/devicetree/bindings/sound/cs35l35.txt +++ b/Documentation/devicetree/bindings/sound/cs35l35.txt @@ -16,6 +16,9 @@ Required properties: (See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt for further information relating to interrupt properties) + - cirrus,boost-ind-nanohenry: Inductor value for boost converter. The value is + in nH and they can be values of 1000nH, 1200nH, 1500nH, and 2200nH. + Optional properties: - reset-gpios : gpio used to reset the amplifier |