Skip to content

Commit 39a6305

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 83f5930 commit 39a6305

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
@@ -2915,6 +2915,7 @@ Params: rotation Mounting rotation of the camera sensor (0 or
29152915
sync-sink Configure as vsync sink
29162916
link-frequency Allowable link frequency values to use in Hz:
29172917
450000000 (default), 453000000, 456000000.
2918+
pi5 Sets the CSI2 link frequency to 900MHz.
29182919

29192920

29202921
Name: imx415
@@ -2993,6 +2994,7 @@ Params: rotation Mounting rotation of the camera sensor (0 or
29932994
sync-sink Configure as vsync sink
29942995
link-frequency Allowable link frequency values to use in Hz:
29952996
450000000 (default), 453000000, 456000000.
2997+
pi5 Sets the CSI2 link frequency to 900MHz
29962998

29972999

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