* [PATCH] dt-bindings: media: fsl,imx6q-vdoa: Remove redundant quote
@ 2025-10-13 14:52 Ricardo Ribalda
2025-10-13 15:43 ` Frank Li
0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Ribalda @ 2025-10-13 14:52 UTC (permalink / raw)
To: Mauro Carvalho Chehab, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
Fabio Estevam, Frank Li
Cc: linux-media, devicetree, imx, linux-arm-kernel, linux-kernel,
Ricardo Ribalda
Latest dts-ci complains about this:
./Documentation/devicetree/bindings/media/fsl,imx6q-vdoa.yaml:19:12: [error] string value is redundantly quoted with any quotes (quoted-strings)
Fix it to make our CI happy.
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
---
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 511ac0d67a7f2360afe22b81d76644575081089b..988a5b3a62bdebeda6b922a986b9ac93d0933e51 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
---
base-commit: 3a8660878839faadb4f1a6dd72c3179c1df56787
change-id: 20251013-dts-83ce7f7b9e54
Best regards,
--
Ricardo Ribalda <ribalda@chromium.org>
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] dt-bindings: media: fsl,imx6q-vdoa: Remove redundant quote
2025-10-13 14:52 [PATCH] dt-bindings: media: fsl,imx6q-vdoa: Remove redundant quote Ricardo Ribalda
@ 2025-10-13 15:43 ` Frank Li
2025-10-13 15:47 ` Ricardo Ribalda
0 siblings, 1 reply; 3+ messages in thread
From: Frank Li @ 2025-10-13 15:43 UTC (permalink / raw)
To: Ricardo Ribalda
Cc: Mauro Carvalho Chehab, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
Fabio Estevam, linux-media, devicetree, imx, linux-arm-kernel,
linux-kernel
On Mon, Oct 13, 2025 at 02:52:20PM +0000, Ricardo Ribalda wrote:
> Latest dts-ci complains about this:
> ./Documentation/devicetree/bindings/media/fsl,imx6q-vdoa.yaml:19:12: [error] string value is redundantly quoted with any quotes (quoted-strings)
>
> Fix it to make our CI happy.
>
> Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
> ---
Thank you fix it. I have posted at
https://lore.kernel.org/imx/20250925193546.305036-1-Frank.Li@nxp.com/
Frank
> 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 511ac0d67a7f2360afe22b81d76644575081089b..988a5b3a62bdebeda6b922a986b9ac93d0933e51 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
>
> ---
> base-commit: 3a8660878839faadb4f1a6dd72c3179c1df56787
> change-id: 20251013-dts-83ce7f7b9e54
>
> Best regards,
> --
> Ricardo Ribalda <ribalda@chromium.org>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: media: fsl,imx6q-vdoa: Remove redundant quote
2025-10-13 15:43 ` Frank Li
@ 2025-10-13 15:47 ` Ricardo Ribalda
0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Ribalda @ 2025-10-13 15:47 UTC (permalink / raw)
To: Frank Li
Cc: Mauro Carvalho Chehab, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
Fabio Estevam, linux-media, devicetree, imx, linux-arm-kernel,
linux-kernel
Hi Frank
On Mon, 13 Oct 2025 at 17:43, Frank Li <Frank.li@nxp.com> wrote:
>
> On Mon, Oct 13, 2025 at 02:52:20PM +0000, Ricardo Ribalda wrote:
> > Latest dts-ci complains about this:
> > ./Documentation/devicetree/bindings/media/fsl,imx6q-vdoa.yaml:19:12: [error] string value is redundantly quoted with any quotes (quoted-strings)
> >
> > Fix it to make our CI happy.
> >
> > Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
> > ---
>
> Thank you fix it. I have posted at
>
> https://lore.kernel.org/imx/20250925193546.305036-1-Frank.Li@nxp.com/
Sorry, I missed that one :)
>
> Frank
>
> > 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 511ac0d67a7f2360afe22b81d76644575081089b..988a5b3a62bdebeda6b922a986b9ac93d0933e51 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
> >
> > ---
> > base-commit: 3a8660878839faadb4f1a6dd72c3179c1df56787
> > change-id: 20251013-dts-83ce7f7b9e54
> >
> > Best regards,
> > --
> > Ricardo Ribalda <ribalda@chromium.org>
> >
--
Ricardo Ribalda
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-10-13 15:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-13 14:52 [PATCH] dt-bindings: media: fsl,imx6q-vdoa: Remove redundant quote Ricardo Ribalda
2025-10-13 15:43 ` Frank Li
2025-10-13 15:47 ` Ricardo Ribalda
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox