diff options
author | Rob Herring <robh@kernel.org> | 2023-11-22 15:44:32 -0700 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-11-28 13:21:59 -0600 |
commit | 67f7a63ecc712dbc307c04a1a7fbf32d1aa864df (patch) | |
tree | 86d2299d1f1285baac6bd5c04ca27624c6efdb2c /Documentation/devicetree/bindings/arm/calxeda | |
parent | 9e7f72d452477819977f047bddfbec7f66489f3b (diff) |
dt-bindings: arm/calxeda: 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/20231122224432.2809781-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/calxeda')
-rw-r--r-- | Documentation/devicetree/bindings/arm/calxeda/l2ecc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/calxeda/l2ecc.yaml b/Documentation/devicetree/bindings/arm/calxeda/l2ecc.yaml index a9fe01238a88..76b65ea149b6 100644 --- a/Documentation/devicetree/bindings/arm/calxeda/l2ecc.yaml +++ b/Documentation/devicetree/bindings/arm/calxeda/l2ecc.yaml @@ -16,7 +16,7 @@ maintainers: properties: compatible: - const: "calxeda,hb-sregs-l2-ecc" + const: calxeda,hb-sregs-l2-ecc reg: maxItems: 1 |