File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
arch/arm/boot/dts/overlays Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -2795,6 +2795,8 @@ Params: rotation Mounting rotation of the camera sensor (0 or
2795
2795
cam0 Adopt the default configuration for CAM0 on a
2796
2796
Compute Module (CSI0, i2c_vc, and cam0_reg).
2797
2797
vcm Configure a VCM focus drive on the sensor.
2798
+ 4lane Enable 4 CSI2 lanes. This requires a Compute
2799
+ Module (1, 3, 4, or 5) or Pi 5.
2798
2800
2799
2801
2800
2802
Name: imx258
Original file line number Diff line number Diff line change 68
68
target = <&csi1>;
69
69
__dormant__ {
70
70
compatible = "brcm,bcm2835-unicam-legacy";
71
+ };
72
+
73
+ fragment@201 {
74
+ target = <&csi_ep>;
75
+ __dormant__ {
76
+ data-lanes = <1 2 3 4>;
77
+ };
78
+ };
79
+
80
+ fragment@202 {
81
+ target = <&cam_endpoint>;
82
+ __dormant__ {
83
+ data-lanes = <1 2 3 4>;
84
+ link-frequencies =
85
+ /bits/ 64 <363000000>;
71
86
};
72
87
};
73
88
83
98
<&vcm>, "VANA-supply:0=", <&cam0_reg>;
84
99
vcm = <&vcm>, "status=okay",
85
100
<&cam_node>,"lens-focus:0=", <&vcm>;
101
+ 4lane = <0>, "+201+202";
86
102
};
87
103
};
88
104
You can’t perform that action at this time.
0 commit comments