Skip to content

Commit b56dc9d

Browse files
committed
overlay reviewed
1 parent eb5e251 commit b56dc9d

2 files changed

Lines changed: 7 additions & 11 deletions

File tree

hardware/realsense/tegra264-camera-d4xx-overlay-max96712-EVB.dtso

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
reg = <1>;
160160
d4xx_csi_out0: endpoint@1 {
161161
status = "okay";
162+
port-index = <1>;
162163
remote-endpoint = <&d4xx_vi_in0>;
163164
};
164165
};
@@ -184,6 +185,7 @@
184185
reg = <1>;
185186
d4xx_csi_out1: endpoint@3 {
186187
status = "okay";
188+
port-index = <1>;
187189
remote-endpoint = <&d4xx_vi_in1>;
188190
};
189191
};
@@ -209,6 +211,7 @@
209211
reg = <1>;
210212
d4xx_csi_out2: endpoint@5 {
211213
status = "okay";
214+
port-index = <1>;
212215
remote-endpoint = <&d4xx_vi_in2>;
213216
};
214217
};
@@ -234,6 +237,7 @@
234237
reg = <1>;
235238
d4xx_csi_out3: endpoint@7 {
236239
status = "okay";
240+
port-index = <1>;
237241
remote-endpoint = <&d4xx_vi_in3>;
238242
};
239243
};
@@ -295,7 +299,7 @@
295299
reg = <0>;
296300
ds5_3_out: endpoint {
297301
vc-id = <3>;
298-
port-index = <3>;
302+
port-index = <0>;
299303
bus-width = <2>;
300304
remote-endpoint = <&d4xx_csi_in3>;
301305
};
@@ -343,7 +347,7 @@
343347
reg = <0>;
344348
ds5_2_out: endpoint {
345349
vc-id = <2>;
346-
port-index = <2>;
350+
port-index = <0>;
347351
bus-width = <2>;
348352
remote-endpoint = <&d4xx_csi_in2>;
349353
};
@@ -392,7 +396,7 @@
392396
reg = <0>;
393397
ds5_1_out: endpoint {
394398
vc-id = <1>;
395-
port-index = <1>;
399+
port-index = <0>;
396400
bus-width = <2>;
397401
remote-endpoint = <&d4xx_csi_in1>;
398402
};

kernel/realsense/d4xx.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4359,14 +4359,6 @@ static int ds5_mux_set_fmt(struct v4l2_subdev *sd,
43594359

43604360
tmp.pad = 0;
43614361

4362-
printk(KERN_INFO "[WOJTEK] %s/%p: %s/%s/%s/%s\n", __func__,
4363-
v4l2_state->sd,
4364-
state->depth.sensor.sd.name,
4365-
state->ir.sensor.sd.name,
4366-
state->rgb.sensor.sd.name,
4367-
state->imu.sensor.sd.name
4368-
);
4369-
43704362
/* Locks internally */
43714363
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 15, 10)
43724364
ret = ds5_sensor_set_fmt(remote_sd, cfg, &tmp);

0 commit comments

Comments
 (0)