diff options
author | Rob Herring <robh@kernel.org> | 2023-04-22 00:48:10 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-05-08 02:48:45 +0300 |
commit | e09eb6ac4170ba3b46c642b4a88480376febbff1 (patch) | |
tree | 32a5b35169a2ad2767f1b1b860aaf931017b5046 /Documentation/devicetree/bindings/sound/tas2562.yaml | |
parent | 853a954bf506c42c91b2d2b0d57be891a659ee5a (diff) | |
download | linux-e09eb6ac4170ba3b46c642b4a88480376febbff1.tar.xz |
ASoC: dt-bindings: More dropping unneeded quotes
Another batch of dropping unneeded quotes on $id and $schema which were
missed in the last round. 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/20230421214810.1811962-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/sound/tas2562.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/sound/tas2562.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/tas2562.yaml b/Documentation/devicetree/bindings/sound/tas2562.yaml index a5bb561bfcfb..41489a3ac79f 100644 --- a/Documentation/devicetree/bindings/sound/tas2562.yaml +++ b/Documentation/devicetree/bindings/sound/tas2562.yaml @@ -2,8 +2,8 @@ # Copyright (C) 2019 Texas Instruments Incorporated %YAML 1.2 --- -$id: "http://devicetree.org/schemas/sound/tas2562.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/sound/tas2562.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Texas Instruments TAS2562 Smart PA |