File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
arch/arm/boot/dts/overlays Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -3058,6 +3058,7 @@ Params: rotation Mounting rotation of the camera sensor (0 or
30583058 Compute Module (CSI0, i2c_vc, and cam0_reg).
30593059 link-frequency Allowable link frequency values to use in Hz:
30603060 450000000 (default), 447000000, 453000000.
3061+ 4lane Use 4 CSI2 data lanes.
30613062
30623063
30633064Name: interludeaudio-analog
Original file line number Diff line number Diff line change 8181 };
8282 };
8383
84+ fragment@201 {
85+ target = <&csi_ep>;
86+ __dormant__ {
87+ data-lanes = <1 2 3 4>;
88+ };
89+ };
90+
91+ fragment@202 {
92+ target = <&cam_endpoint>;
93+ __dormant__ {
94+ data-lanes = <1 2 3 4>;
95+ };
96+ };
97+
8498 __overrides__ {
8599 rotation = <&cam_node>,"rotation:0";
86100 orientation = <&cam_node>,"orientation:0";
95109 vcm = <&vcm_node>, "status",
96110 <0>, "=4";
97111 link-frequency = <&cam_endpoint>,"link-frequencies#0";
112+ 4lane = <0>, "+201+202";
98113 };
99114};
100115
You can’t perform that action at this time.
0 commit comments