Skip to content

Commit 8aa48bd

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 f9e84b2 commit 8aa48bd

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
@@ -2857,6 +2857,7 @@ Params: rotation Mounting rotation of the camera sensor (0 or
28572857
sync-sink Configure as vsync sink
28582858
link-frequency Allowable link frequency values to use in Hz:
28592859
450000000 (default), 453000000, 456000000.
2860+
pi5 Sets the CSI2 link frequency to 900MHz.
28602861

28612862

28622863
Name: imx462
@@ -2901,6 +2902,7 @@ Params: rotation Mounting rotation of the camera sensor (0 or
29012902
sync-sink Configure as vsync sink
29022903
link-frequency Allowable link frequency values to use in Hz:
29032904
450000000 (default), 453000000, 456000000.
2905+
pi5 Sets the CSI2 link frequency to 900MHz
29042906

29052907

29062908
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
@@ -81,6 +81,7 @@
8181
<&cam_node>, "VANA-supply:0=",<&cam0_reg>;
8282
always-on = <0>, "+99";
8383
link-frequency = <&cam_endpoint>,"link-frequencies#0";
84+
pi5 = <&cam_endpoint>, "link-frequencies#0=900000000";
8485
};
8586
};
8687

0 commit comments

Comments
 (0)