Skip to content

Commit

Permalink
dtoverlays: Use continuous clock mode for ov9281
Browse files Browse the repository at this point in the history
This increases the maximum frame rate from 247 to 260fps in
10-bit mode.

Signed-off-by: Dave Stevenson <[email protected]>
  • Loading branch information
6by9 authored and pelwell committed Dec 17, 2024
1 parent 4b0ca96 commit a4a4d7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/arm/boot/dts/overlays/ov9281-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
csi_ep: endpoint {
remote-endpoint = <&cam_endpoint>;
data-lanes = <1 2>;
clock-noncontinuous;
};
};
};
Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/dts/overlays/ov9281.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ cam_node: ov9281@60 {
cam_endpoint: endpoint {
clock-lanes = <0>;
data-lanes = <1 2>;
clock-noncontinuous;
link-frequencies =
/bits/ 64 <400000000>;
};
Expand Down

0 comments on commit a4a4d7f

Please sign in to comment.