Skip to content

Commit 3f04aed

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 <[email protected]>
1 parent 1b8e758 commit 3f04aed

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
@@ -2842,6 +2842,7 @@ Params: rotation Mounting rotation of the camera sensor (0 or
28422842
sync-sink Configure as vsync sink
28432843
link-frequency Allowable link frequency values to use in Hz:
28442844
450000000 (default), 453000000, 456000000.
2845+
pi5 Sets the CSI2 link frequency to 900MHz.
28452846

28462847

28472848
Name: imx415
@@ -2920,6 +2921,7 @@ Params: rotation Mounting rotation of the camera sensor (0 or
29202921
sync-sink Configure as vsync sink
29212922
link-frequency Allowable link frequency values to use in Hz:
29222923
450000000 (default), 453000000, 456000000.
2924+
pi5 Sets the CSI2 link frequency to 900MHz
29232925

29242926

29252927
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
@@ -87,6 +87,7 @@
8787
<&cam_node>, "VANA-supply:0=",<&cam0_reg>;
8888
always-on = <0>, "+99";
8989
link-frequency = <&cam_endpoint>,"link-frequencies#0";
90+
pi5 = <&cam_endpoint>, "link-frequencies#0=900000000";
9091
};
9192
};
9293

0 commit comments

Comments
 (0)