Skip to content

Commit 310a329

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 5d285d3 commit 310a329

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
@@ -2734,6 +2734,7 @@ Params: rotation Mounting rotation of the camera sensor (0 or
27342734
camera clamping I/Os such as XVS to 0V.
27352735
sync-source Configure as vsync source
27362736
sync-sink Configure as vsync sink
2737+
pi5 Doubles CSI2 clock frequency
27372738

27382739

27392740
Name: imx462
@@ -2776,6 +2777,7 @@ Params: rotation Mounting rotation of the camera sensor (0 or
27762777
camera clamping I/Os such as XVS to 0V.
27772778
sync-source Configure as vsync source
27782779
sync-sink Configure as vsync sink
2780+
pi5 Doubles CSI2 clock frequency
27792781

27802782

27812783
Name: imx519

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)