Skip to content

Commit

Permalink
Switch to imx290
Browse files Browse the repository at this point in the history
Copies exposure controls from raspberrypi/linux at
93fdf5e63517115bafb3fb3f32bdfbf56ce9202d

Signed-off-by: Ravago Jones <[email protected]>
  • Loading branch information
platipus25 committed Jan 4, 2023
1 parent 0a8f137 commit 552a986
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 141 deletions.
6 changes: 4 additions & 2 deletions arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -509,18 +509,20 @@

camera2: camera-module@36 {
status = "okay";
compatible = "ovti,ov5647";
compatible = "sony,imx290";
reg = <0x36>;

clocks = <&cru SCLK_CIF_OUT>;
clock-names = "clk_cif_out";
clock-names = "xclk";
clock-frequency = <37125000>;
//pinctrl-names = "rockchip,camera_default";

port {
ucam_out1: endpoint {
remote-endpoint = <&mipi_in_ucam0>;
//remote-endpoint = <&isp0_mipi_in>;
data-lanes = <1 2>;
link-frequencies = /bits/ 64 <445500000 297000000>;
};
};
};
Expand Down
Loading

0 comments on commit 552a986

Please sign in to comment.