Skip to content

Commit 74ba3c2

Browse files
committed
dtoverlays: Add link-frequency override to imx477/378 overlay
Copy of the imx708 change. Signed-off-by: Dave Stevenson <[email protected]>
1 parent 65e98fa commit 74ba3c2

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
@@ -2780,6 +2780,8 @@ Params: rotation Mounting rotation of the camera sensor (0 or
27802780
camera clamping I/Os such as XVS to 0V.
27812781
sync-source Configure as vsync source
27822782
sync-sink Configure as vsync sink
2783+
link-frequency Allowable link frequency values to use in Hz:
2784+
450000000 (default), 447000000, 453000000.
27832785

27842786

27852787
Name: imx462
@@ -2822,6 +2824,8 @@ Params: rotation Mounting rotation of the camera sensor (0 or
28222824
camera clamping I/Os such as XVS to 0V.
28232825
sync-source Configure as vsync source
28242826
sync-sink Configure as vsync sink
2827+
link-frequency Allowable link frequency values to use in Hz:
2828+
450000000 (default), 447000000, 453000000.
28252829

28262830

28272831
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
@@ -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+
link-frequency = <&cam_endpoint>,"link-frequencies#0";
8384
};
8485
};
8586

0 commit comments

Comments
 (0)