Skip to content

Commit a4a4d7f

Browse files
6by9pelwell
authored andcommitted
dtoverlays: Use continuous clock mode for ov9281
This increases the maximum frame rate from 247 to 260fps in 10-bit mode. Signed-off-by: Dave Stevenson <[email protected]>
1 parent 4b0ca96 commit a4a4d7f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

arch/arm/boot/dts/overlays/ov9281-overlay.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
csi_ep: endpoint {
3030
remote-endpoint = <&cam_endpoint>;
3131
data-lanes = <1 2>;
32-
clock-noncontinuous;
3332
};
3433
};
3534
};

arch/arm/boot/dts/overlays/ov9281.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ cam_node: ov9281@60 {
1919
cam_endpoint: endpoint {
2020
clock-lanes = <0>;
2121
data-lanes = <1 2>;
22-
clock-noncontinuous;
2322
link-frequencies =
2423
/bits/ 64 <400000000>;
2524
};

0 commit comments

Comments
 (0)