Skip to content

Commit 391d180

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 ba55428 commit 391d180

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
csi_ep: endpoint {
2929
remote-endpoint = <&cam_endpoint>;
3030
data-lanes = <1 2>;
31-
clock-noncontinuous;
3231
};
3332
};
3433
};

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

-1
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)