Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IMX477 improvements #6208

Draft
wants to merge 8 commits into
base: rpi-6.6.y
Choose a base branch
from
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -2857,6 +2857,7 @@ Params: rotation Mounting rotation of the camera sensor (0 or
sync-sink Configure as vsync sink
link-frequency Allowable link frequency values to use in Hz:
450000000 (default), 453000000, 456000000.
pi5 Sets the CSI2 link frequency to 900MHz.


Name: imx462
Expand Down Expand Up @@ -2901,6 +2902,7 @@ Params: rotation Mounting rotation of the camera sensor (0 or
sync-sink Configure as vsync sink
link-frequency Allowable link frequency values to use in Hz:
450000000 (default), 453000000, 456000000.
pi5 Sets the CSI2 link frequency to 900MHz


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 @@ -81,6 +81,7 @@
<&cam_node>, "VANA-supply:0=",<&cam0_reg>;
always-on = <0>, "+99";
link-frequency = <&cam_endpoint>,"link-frequencies#0";
pi5 = <&cam_endpoint>, "link-frequencies#0=900000000";
};
};

Expand Down
Loading
Loading