Skip to content

Commit 108955c

Browse files
Niklas Söderlundhverkuil
authored andcommitted
media: dt-bindings: sony,imx290: Update usage example
Since commit 98e0500 ("media: i2c: imx290: Add configurable link frequency and pixel rate") the driver expects two specific link-frequency settings 2-lane (445500000, 297000000) and 4-lane (222750000, 148500000) 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>
1 parent 034237e commit 108955c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/media/i2c/sony,imx290.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ examples:
136136
port {
137137
imx290_ep: endpoint {
138138
data-lanes = <1 2 3 4>;
139-
link-frequencies = /bits/ 64 <445500000>;
139+
link-frequencies = /bits/ 64 <222750000 148500000>;
140140
remote-endpoint = <&csiphy0_ep>;
141141
};
142142
};

0 commit comments

Comments
 (0)