Skip to content

Commit 3263f1b

Browse files
committed
dtoverlays: Add 4 lane option to imx708
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
1 parent d656c9f commit 3263f1b

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

arch/arm/boot/dts/overlays/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

30633064
Name: interludeaudio-analog

arch/arm/boot/dts/overlays/imx708-overlay.dts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,20 @@
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";
@@ -95,6 +109,7 @@
95109
vcm = <&vcm_node>, "status",
96110
<0>, "=4";
97111
link-frequency = <&cam_endpoint>,"link-frequencies#0";
112+
4lane = <0>, "+201+202";
98113
};
99114
};
100115

0 commit comments

Comments
 (0)