diff options
author | Rob Herring <robh@kernel.org> | 2023-03-18 02:36:10 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-03-20 16:11:20 +0300 |
commit | d9e909e219a843c6bf49f9affe536660f830d6fc (patch) | |
tree | d29ae7858e8c075f9c98654cfcaa226777ef143a /Documentation/devicetree/bindings/sound/cirrus,cs35l45.yaml | |
parent | e32acf7b00ba0893532d44f3dba34bb1efeafeb3 (diff) | |
download | linux-d9e909e219a843c6bf49f9affe536660f830d6fc.tar.xz |
ASoC: dt-bindings: Drop unneeded quotes
Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.
Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230317233612.3967849-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/cirrus,cs35l45.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/sound/cirrus,cs35l45.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/cirrus,cs35l45.yaml b/Documentation/devicetree/bindings/sound/cirrus,cs35l45.yaml index 88a0ca474c3d..b79990cf4f9f 100644 --- a/Documentation/devicetree/bindings/sound/cirrus,cs35l45.yaml +++ b/Documentation/devicetree/bindings/sound/cirrus,cs35l45.yaml @@ -45,7 +45,7 @@ properties: Audio serial port SDOUT Hi-Z control. Sets the Hi-Z configuration for SDOUT pin of amplifier. Logical OR of CS35L45_ASP_TX_HIZ_xxx values. - $ref: "/schemas/types.yaml#/definitions/uint32" + $ref: /schemas/types.yaml#/definitions/uint32 minimum: 0 maximum: 3 default: 2 |