diff options
author | Rob Herring <robh@kernel.org> | 2022-07-19 23:51:34 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-07-20 20:37:56 +0200 |
commit | a6229b53194fda971213f7f0be00f3d6c70a79c2 (patch) | |
tree | 225189d69c1379d65efd85cd80c6a9ec6f3325a0 /Documentation/devicetree/bindings/sound/sgtl5000.yaml | |
parent | ASoC: SOF: Intel: updates and cleanups (diff) | |
download | linux-a6229b53194fda971213f7f0be00f3d6c70a79c2.tar.xz linux-a6229b53194fda971213f7f0be00f3d6c70a79c2.zip |
ASoC: dt-bindings: sgtl5000: Add missing type to 'micbias-voltage-m-volts'
'micbias-voltage-m-volts' is missing a type definition. '-m-volts' is
not a standard unit (should be '-microvolt'). As the property is already
in use, add a type reference.
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220719215134.1877363-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/sgtl5000.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/sound/sgtl5000.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/sgtl5000.yaml b/Documentation/devicetree/bindings/sound/sgtl5000.yaml index e762c320b574..2bc7f00ce4a2 100644 --- a/Documentation/devicetree/bindings/sound/sgtl5000.yaml +++ b/Documentation/devicetree/bindings/sound/sgtl5000.yaml @@ -47,6 +47,7 @@ properties: description: The bias voltage to be used in mVolts. The voltage can take values from 1.25V to 3V by 250mV steps. If this node is not mentioned or the value is unknown, then the value is set to 1.25V. + $ref: "/schemas/types.yaml#/definitions/uint32" enum: [ 1250, 1500, 1750, 2000, 2250, 2500, 2750, 3000 ] lrclk-strength: |