diff options
author | Rob Herring <robh@kernel.org> | 2023-11-23 01:44:19 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-11-28 22:21:59 +0300 |
commit | 9e7f72d452477819977f047bddfbec7f66489f3b (patch) | |
tree | ffea0c9e0afc680a14355487f398e7ceafd72206 | |
parent | daa9249408fcb4985351d91f166fc0e27d255014 (diff) | |
download | linux-9e7f72d452477819977f047bddfbec7f66489f3b.tar.xz |
dt-bindings: fsl,dpaa2-console: drop unneeded quotes
Drop unneeded quotes over simple string values to fix a soon to be
enabled yamllint warning:
[error] string value is redundantly quoted with any quotes (quoted-strings)
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20231122224419.2809361-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/misc/fsl,dpaa2-console.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/misc/fsl,dpaa2-console.yaml b/Documentation/devicetree/bindings/misc/fsl,dpaa2-console.yaml index 8cc951feb7df..59b83ea5e05e 100644 --- a/Documentation/devicetree/bindings/misc/fsl,dpaa2-console.yaml +++ b/Documentation/devicetree/bindings/misc/fsl,dpaa2-console.yaml @@ -12,7 +12,7 @@ maintainers: properties: compatible: - const: "fsl,dpaa2-console" + const: fsl,dpaa2-console reg: maxItems: 1 |