[PATCH] dt-bindings: fsl,dpaa2-console: drop unneeded quotes

From: Rob Herring
Date: Wed Nov 22 2023 - 17:44:35 EST


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)

Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
---
Documentation/devicetree/bindings/misc/fsl,dpaa2-console.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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
--
2.42.0