Skip to content

Commit

Permalink
dtoverlays: Add link-frequency override to imx477/378 overlay
Browse files Browse the repository at this point in the history
Copy of the imx708 change.

Signed-off-by: Dave Stevenson <[email protected]>
  • Loading branch information
6by9 committed Nov 14, 2024
1 parent d1f1f9d commit 456d1f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -2780,6 +2780,8 @@ Params: rotation Mounting rotation of the camera sensor (0 or
camera clamping I/Os such as XVS to 0V.
sync-source Configure as vsync source
sync-sink Configure as vsync sink
link-frequency Allowable link frequency values to use in Hz:
450000000 (default), 447000000, 453000000.


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


Name: imx500
Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/overlays/imx477_378-overlay.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
<&cam_node>, "clocks:0=",<&cam0_clk>,
<&cam_node>, "VANA-supply:0=",<&cam0_reg>;
always-on = <0>, "+99";
link-frequency = <&cam_endpoint>,"link-frequencies#0";
};
};

Expand Down

0 comments on commit 456d1f1

Please sign in to comment.