Skip to content

Commit 07b3dc0

Browse files
6by9popcornmix
authored andcommitted
dtoverlays: Add link-frequency override to imx477/378 overlay
Copy of the imx708 change. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
1 parent d2c13e2 commit 07b3dc0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

arch/arm/boot/dts/overlays/README

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2812,6 +2812,8 @@ Params: rotation Mounting rotation of the camera sensor (0 or
28122812
camera clamping I/Os such as XVS to 0V.
28132813
sync-source Configure as vsync source
28142814
sync-sink Configure as vsync sink
2815+
link-frequency Allowable link frequency values to use in Hz:
2816+
450000000 (default), 453000000, 456000000.
28152817

28162818

28172819
Name: imx462
@@ -2854,6 +2856,8 @@ Params: rotation Mounting rotation of the camera sensor (0 or
28542856
camera clamping I/Os such as XVS to 0V.
28552857
sync-source Configure as vsync source
28562858
sync-sink Configure as vsync sink
2859+
link-frequency Allowable link frequency values to use in Hz:
2860+
450000000 (default), 453000000, 456000000.
28572861

28582862

28592863
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
@@ -86,6 +86,7 @@
8686
<&cam_node>, "clocks:0=",<&cam0_clk>,
8787
<&cam_node>, "VANA-supply:0=",<&cam0_reg>;
8888
always-on = <0>, "+99";
89+
link-frequency = <&cam_endpoint>,"link-frequencies#0";
8990
};
9091
};
9192

0 commit comments

Comments
 (0)