Skip to content

Commit 4365c4a

Browse files
committed
dtoverlays: Add an override for imx477 and 378 for higher link freq
The driver can now support a link freq of 900MHz (1.8Gbit/s/lane) for higher frame rates. Add an override for "pi5" that changes this link frequency. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
1 parent 93c9f59 commit 4365c4a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

arch/arm/boot/dts/overlays/README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2780,6 +2780,7 @@ Params: rotation Mounting rotation of the camera sensor (0 or
27802780
camera clamping I/Os such as XVS to 0V.
27812781
sync-source Configure as vsync source
27822782
sync-sink Configure as vsync sink
2783+
pi5 Doubles CSI2 clock frequency
27832784

27842785

27852786
Name: imx462
@@ -2822,6 +2823,7 @@ Params: rotation Mounting rotation of the camera sensor (0 or
28222823
camera clamping I/Os such as XVS to 0V.
28232824
sync-source Configure as vsync source
28242825
sync-sink Configure as vsync sink
2826+
pi5 Doubles CSI2 clock frequency
28252827

28262828

28272829
Name: imx500

arch/arm/boot/dts/overlays/imx477_378-overlay.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
<&cam_node>, "clocks:0=",<&cam0_clk>,
8181
<&cam_node>, "VANA-supply:0=",<&cam0_reg>;
8282
always-on = <0>, "+99";
83+
pi5 = <&cam_endpoint>, "link-frequencies#0=900000000";
8384
};
8485
};
8586

0 commit comments

Comments
 (0)