Devicetree
 help / color / mirror / Atom feed
From: Jai Luthra <jai.luthra@ideasonboard.com>
To: Alexander Stein <alexander.stein@ew.tq-group.com>,
	Conor Dooley <conor+dt@kernel.org>,
	Dave Stevenson <dave.stevenson@raspberrypi.com>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Rob Herring <robh@kernel.org>
Cc: Alexander Stein <alexander.stein@ew.tq-group.com>,
	linux-media@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/1] media: dt-bindings: sony,imx219: Allow props from video-interface-devices
Date: Thu, 15 May 2025 17:06:35 +0200	[thread overview]
Message-ID: <174732159526.2108882.8905658469049267620@selene> (raw)
In-Reply-To: <20250515142945.1348722-1-alexander.stein@ew.tq-group.com>

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

Quoting Alexander Stein (2025-05-15 16:29:42)
> Allow properties from video-interface-devices. The change is identical to
> commit b6339ecfd0865 ("media: dt-bindings: sony,imx290: Allow props from
> video-interface-devices")
> 
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>

Reviewed-by: Jai Luthra <jai.luthra@ideasonboard.com>

Are there any driver changes coming for the new properties?

> ---
>  Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml b/Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml
> index 8b23e5fc6a24f..38c3759bcd9f5 100644
> --- a/Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml
> +++ b/Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml
> @@ -16,6 +16,9 @@ description: |-
>    Image data is sent through MIPI CSI-2, which is configured as either 2 or
>    4 data lanes.
>  
> +allOf:
> +  - $ref: /schemas/media/video-interface-devices.yaml#
> +
>  properties:
>    compatible:
>      const: sony,imx219
> @@ -79,7 +82,7 @@ required:
>    - VDDL-supply
>    - port
>  
> -additionalProperties: false
> +unevaluatedProperties: false
>  
>  examples:
>    - |
> -- 
> 2.43.0
> 
>

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEETeDYGOXVdejUWq/FQ96R+SSacUUFAmgmAvoACgkQQ96R+SSa
cUWmdg/+O//yk9DsUF6kBlI/j3zM9DieGhBLoptflIfGtB7CLBh92lZhHBzvBOJ2
+7iYLGiifh1J81hdFMPq04e5/iGTlefuv2P8l9XpKu25eCGyTJyjJG6RWZ7SZJUh
TqGdxxyAZCdiuTRHoLpp5goTl4mIFcm1wGuF2n8lpxpUV02h40XCbYqwSrMSVeGP
teDAn4jbUFgQsoF4IE2kq9v3ah4PsMbG1omdomAYrWrkc9Dzcenl2JLCGBSeMMvD
unlQ/+ybbh6ytTIEDhc6uXpI7O25Oi5n+jasxUawqFZikowy8npXgBRPYUqQ5D2W
V0aK1DlA9u44aJZbs5r5ortYdI2y+cOY1tdvBwbp2H+7VrjLLUpeW56g9wSyrKrZ
y+EYtFoAaHyuZEsaMfdmbAB+0MepcebIo9QNtYCsgpVtwIi8YccTROsyFkn39PTl
d8RcacHkwwlnSafMUWv73Iw4mFXaeQwI0h8U4L8ckYIT8+aWiFlSwNj34BCD+Ycw
UgkcsCz3Y0KIblRld3XbE1qvzBrM0hgbiynayLA5Is4qlqv5I14EP1UUWUZ0kqCL
JqkYLzo57pTfA332ucgD0of26zp1/tD4Xwah9kJXSCb2YjEagpBHSNfQbZ4svk/N
ZHoZist6wjNWh86LLr3BUx9SrsLxvlCd0K8u+hujP0B854GqjIw=
=+Wns
-----END PGP SIGNATURE-----

  reply	other threads:[~2025-05-15 15:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-15 14:29 [PATCH 1/1] media: dt-bindings: sony,imx219: Allow props from video-interface-devices Alexander Stein
2025-05-15 15:06 ` Jai Luthra [this message]
2025-05-15 15:09   ` [PATCH 1/1] media: dt-bindings: sony, imx219: " Alexander Stein
2025-05-15 15:27     ` Jai Luthra
2025-05-27 19:24 ` [PATCH 1/1] media: dt-bindings: sony,imx219: " Rob Herring (Arm)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=174732159526.2108882.8905658469049267620@selene \
    --to=jai.luthra@ideasonboard.com \
    --cc=alexander.stein@ew.tq-group.com \
    --cc=conor+dt@kernel.org \
    --cc=dave.stevenson@raspberrypi.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox