All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: dt-bindings: imx7-csi: Make power-domains not required for imx8mq
@ 2023-10-04 20:11 Fabio Estevam
  2023-10-05  2:20 ` Marek Vasut
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabio Estevam @ 2023-10-04 20:11 UTC (permalink / raw)
  To: laurent.pinchart
  Cc: rmfrfs, martink, mchehab, robh+dt, krzysztof.kozlowski+dt,
	conor+dt, devicetree, marex, linux-media, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

On i.MX8MQ the MIPI CSI block does have an associated power-domain, but
the CSI bridge does not.

Remove the power-domains requirement from the i.MX8MQ CSI bridge
to fix the following schema warning:

imx8mq-librem5-r4.dtb: csi@30a90000: 'power-domains' is a required property
from schema $id: http://devicetree.org/schemas/media/nxp,imx7-csi.yaml#

Fixes: de655386845a ("media: dt-bindings: media: imx7-csi: Document i.MX8M power-domains property")
Signed-off-by: Fabio Estevam <festevam@denx.de>
---

 Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml b/Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml
index 358019e85d90..326284e151f6 100644
--- a/Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml
+++ b/Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml
@@ -59,7 +59,6 @@ allOf:
         compatible:
           contains:
             enum:
-              - fsl,imx8mq-csi
               - fsl,imx8mm-csi
     then:
       required:
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] media: dt-bindings: imx7-csi: Make power-domains not required for imx8mq
  2023-10-04 20:11 [PATCH] media: dt-bindings: imx7-csi: Make power-domains not required for imx8mq Fabio Estevam
@ 2023-10-05  2:20 ` Marek Vasut
  2023-10-05 10:44 ` Conor Dooley
  2023-10-06 16:55 ` Rob Herring
  2 siblings, 0 replies; 4+ messages in thread
From: Marek Vasut @ 2023-10-05  2:20 UTC (permalink / raw)
  To: Fabio Estevam, laurent.pinchart
  Cc: rmfrfs, martink, mchehab, robh+dt, krzysztof.kozlowski+dt,
	conor+dt, devicetree, linux-media, Fabio Estevam

On 10/4/23 22:11, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> On i.MX8MQ the MIPI CSI block does have an associated power-domain, but
> the CSI bridge does not.
> 
> Remove the power-domains requirement from the i.MX8MQ CSI bridge
> to fix the following schema warning:
> 
> imx8mq-librem5-r4.dtb: csi@30a90000: 'power-domains' is a required property
> from schema $id: http://devicetree.org/schemas/media/nxp,imx7-csi.yaml#
> 
> Fixes: de655386845a ("media: dt-bindings: media: imx7-csi: Document i.MX8M power-domains property")
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Reviewed-by: Marek Vasut <marex@denx.de>

Thanks !

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] media: dt-bindings: imx7-csi: Make power-domains not required for imx8mq
  2023-10-04 20:11 [PATCH] media: dt-bindings: imx7-csi: Make power-domains not required for imx8mq Fabio Estevam
  2023-10-05  2:20 ` Marek Vasut
@ 2023-10-05 10:44 ` Conor Dooley
  2023-10-06 16:55 ` Rob Herring
  2 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2023-10-05 10:44 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: laurent.pinchart, rmfrfs, martink, mchehab, robh+dt,
	krzysztof.kozlowski+dt, conor+dt, devicetree, marex, linux-media,
	Fabio Estevam

[-- Attachment #1: Type: text/plain, Size: 1368 bytes --]

On Wed, Oct 04, 2023 at 05:11:05PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> On i.MX8MQ the MIPI CSI block does have an associated power-domain, but
> the CSI bridge does not.
> 
> Remove the power-domains requirement from the i.MX8MQ CSI bridge
> to fix the following schema warning:
> 
> imx8mq-librem5-r4.dtb: csi@30a90000: 'power-domains' is a required property
> from schema $id: http://devicetree.org/schemas/media/nxp,imx7-csi.yaml#
> 
> Fixes: de655386845a ("media: dt-bindings: media: imx7-csi: Document i.MX8M power-domains property")
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.

> ---
> 
>  Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml b/Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml
> index 358019e85d90..326284e151f6 100644
> --- a/Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml
> +++ b/Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml
> @@ -59,7 +59,6 @@ allOf:
>          compatible:
>            contains:
>              enum:
> -              - fsl,imx8mq-csi
>                - fsl,imx8mm-csi
>      then:
>        required:
> -- 
> 2.34.1
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] media: dt-bindings: imx7-csi: Make power-domains not required for imx8mq
  2023-10-04 20:11 [PATCH] media: dt-bindings: imx7-csi: Make power-domains not required for imx8mq Fabio Estevam
  2023-10-05  2:20 ` Marek Vasut
  2023-10-05 10:44 ` Conor Dooley
@ 2023-10-06 16:55 ` Rob Herring
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2023-10-06 16:55 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: robh+dt, rmfrfs, marex, Fabio Estevam, martink, linux-media,
	laurent.pinchart, krzysztof.kozlowski+dt, devicetree, mchehab,
	conor+dt


On Wed, 04 Oct 2023 17:11:05 -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> On i.MX8MQ the MIPI CSI block does have an associated power-domain, but
> the CSI bridge does not.
> 
> Remove the power-domains requirement from the i.MX8MQ CSI bridge
> to fix the following schema warning:
> 
> imx8mq-librem5-r4.dtb: csi@30a90000: 'power-domains' is a required property
> from schema $id: http://devicetree.org/schemas/media/nxp,imx7-csi.yaml#
> 
> Fixes: de655386845a ("media: dt-bindings: media: imx7-csi: Document i.MX8M power-domains property")
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---
> 
>  Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml | 1 -
>  1 file changed, 1 deletion(-)
> 

Applied, thanks!


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-10-06 16:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-04 20:11 [PATCH] media: dt-bindings: imx7-csi: Make power-domains not required for imx8mq Fabio Estevam
2023-10-05  2:20 ` Marek Vasut
2023-10-05 10:44 ` Conor Dooley
2023-10-06 16:55 ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.