[PATCH] dt-bindings: fix redundant quotes on fsl,imx6q-vdoa.yaml

Erick Setubal Bacurau posted 1 patch 3 months, 2 weeks ago
Documentation/devicetree/bindings/media/fsl,imx6q-vdoa.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] dt-bindings: fix redundant quotes on fsl,imx6q-vdoa.yaml
Posted by Erick Setubal Bacurau 3 months, 2 weeks ago
Fix a dt-schema error: `fsl,imx6q-vdoa.yaml:19:12: [error] string value is
redundantly quoted with any quotes (quoted-strings)`

Signed-off-by: Erick Setubal Bacurau <erick.setubal@gmx.de>
---
 Documentation/devicetree/bindings/media/fsl,imx6q-vdoa.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/media/fsl,imx6q-vdoa.yaml b/Documentation/devicetree/bindings/media/fsl,imx6q-vdoa.yaml
index 511ac0d67a7f..988a5b3a62bd 100644
--- a/Documentation/devicetree/bindings/media/fsl,imx6q-vdoa.yaml
+++ b/Documentation/devicetree/bindings/media/fsl,imx6q-vdoa.yaml
@@ -16,7 +16,7 @@ maintainers:
 
 properties:
   compatible:
-    const: "fsl,imx6q-vdoa"
+    const: fsl,imx6q-vdoa
 
   reg:
     maxItems: 1
-- 
2.43.0
Re: [PATCH] dt-bindings: fix redundant quotes on fsl,imx6q-vdoa.yaml
Posted by Rob Herring (Arm) 3 months, 2 weeks ago
On Mon, 20 Oct 2025 14:11:45 +0200, Erick Setubal Bacurau wrote:
> Fix a dt-schema error: `fsl,imx6q-vdoa.yaml:19:12: [error] string value is
> redundantly quoted with any quotes (quoted-strings)`
> 
> Signed-off-by: Erick Setubal Bacurau <erick.setubal@gmx.de>
> ---
>  Documentation/devicetree/bindings/media/fsl,imx6q-vdoa.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!
Re: [PATCH] dt-bindings: fix redundant quotes on fsl,imx6q-vdoa.yaml
Posted by Krzysztof Kozlowski 3 months, 2 weeks ago
On 20/10/2025 14:11, Erick Setubal Bacurau wrote:
> Fix a dt-schema error: `fsl,imx6q-vdoa.yaml:19:12: [error] string value is
> redundantly quoted with any quotes (quoted-strings)`
> 
> Signed-off-by: Erick Setubal Bacurau <erick.setubal@gmx.de>
> ---
>  Documentation/devicetree/bindings/media/fsl,imx6q-vdoa.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Already fixed here:
https://lore.kernel.org/all/20251015232015.846282-1-robh@kernel.org/

Best regards,
Krzysztof