]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: dt-bindings: sony,imx290: Update usage example
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Wed, 30 Apr 2025 12:53:22 +0000 (14:53 +0200)
committerHans Verkuil <hverkuil@xs4all.nl>
Tue, 6 May 2025 11:06:31 +0000 (13:06 +0200)
Since commit 98e0500eadb7 ("media: i2c: imx290: Add configurable link
frequency and pixel rate") the driver expects two specific
link-frequency settings 2-lane (445500000297000000) and 4-lane
(222750000148500000) operation. The driver fails to probe without
these exact settings.

Update the example in the bindings to match this to make it easier for
users to incorporate this sensor in their device tree descriptions
without having to read the driver sources when the driver fails to
probe.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Documentation/devicetree/bindings/media/i2c/sony,imx290.yaml

index fa69bd21c8da40035ba4e83cfeea406abe3de3b9..990acf89af8fc4833ea88961586b8b9a8c7fca65 100644 (file)
@@ -136,7 +136,7 @@ examples:
             port {
                 imx290_ep: endpoint {
                     data-lanes = <1 2 3 4>;
-                    link-frequencies = /bits/ 64 <445500000>;
+                    link-frequencies = /bits/ 64 <222750000 148500000>;
                     remote-endpoint = <&csiphy0_ep>;
                 };
             };