File tree 3 files changed +6
-6
lines changed
arch/arm/boot/dts/overlays
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 52
52
remote-endpoint = <&cam_endpoint>;
53
53
clock-lanes = <0>;
54
54
data-lanes = <1 2>;
55
- // clock-noncontinuous; // mira220 reg seq use continous clk
55
+ // clock-noncontinuous; // mira220 reg seq use continuous clk
56
56
};
57
57
};
58
58
};
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ cam_node: mira220@10 {
21
21
clocks = <&cam1_clk>;
22
22
clock-names = "xclk";
23
23
24
- VANA -supply = <&cam1_reg>; /* 2.8v */
25
- VDIG -supply = <&cam_dummy_reg>; /* 1.8v */
26
- VDDL -supply = <&cam_dummy_reg>; /* 1.2v */
24
+ vana -supply = <&cam1_reg>; /* 2.8v */
25
+ vdig -supply = <&cam_dummy_reg>; /* 1.8v */
26
+ vddl -supply = <&cam_dummy_reg>; /* 1.2v */
27
27
28
28
rotation = <0>;
29
29
orientation = <2>;
@@ -34,7 +34,7 @@ cam_node: mira220@10 {
34
34
data-lanes = <1 2>;
35
35
// clock-noncontinuous;
36
36
link-frequencies =
37
- /bits/ 64 <456000000 >;
37
+ /bits/ 64 <750000000 >;
38
38
};
39
39
};
40
40
};
Original file line number Diff line number Diff line change 122
122
// MIRA220_ROW_TIME_640x480_1000GBS_US=(450*26.04/1000)=11.7us
123
123
124
124
/* Should match device tree link freq */
125
- #define MIRA220_DEFAULT_LINK_FREQ 456000000
125
+ #define MIRA220_DEFAULT_LINK_FREQ 750000000
126
126
127
127
/* Trick the libcamera with achievable fps via hblank */
128
128
You can’t perform that action at this time.
0 commit comments