File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
arch/arm/boot/dts/overlays Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -2757,6 +2757,8 @@ Params: rotation Mounting rotation of the camera sensor (0 or
2757
2757
cam0 Adopt the default configuration for CAM0 on a
2758
2758
Compute Module (CSI0, i2c_vc, and cam0_reg).
2759
2759
vcm Configure a VCM focus drive on the sensor.
2760
+ 4lane Enable 4 CSI2 lanes. This requires a Compute
2761
+ Module (1, 3, 4, or 5) or Pi 5.
2760
2762
2761
2763
2762
2764
Name: imx258
Original file line number Diff line number Diff line change 65
65
};
66
66
};
67
67
68
+ fragment@201 {
69
+ target = <&csi_ep>;
70
+ __dormant__ {
71
+ data-lanes = <1 2 3 4>;
72
+ };
73
+ };
74
+
75
+ fragment@202 {
76
+ target = <&cam_endpoint>;
77
+ __dormant__ {
78
+ data-lanes = <1 2 3 4>;
79
+ link-frequencies =
80
+ /bits/ 64 <363000000>;
81
+ };
82
+ };
83
+
68
84
__overrides__ {
69
85
rotation = <&cam_node>,"rotation:0";
70
86
orientation = <&cam_node>,"orientation:0";
77
93
<&vcm>, "VANA-supply:0=", <&cam0_reg>;
78
94
vcm = <&vcm>, "status=okay",
79
95
<&cam_node>,"lens-focus:0=", <&vcm>;
96
+ 4lane = <0>, "+201+202";
80
97
};
81
98
};
82
99
You can’t perform that action at this time.
0 commit comments