Skip to content

Commit 2b750b2

Browse files
committed
Update device tree for IMX296
1 parent 10e4d0a commit 2b750b2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

vc-mipi-driver/overlay/tegra234-p3767-camera-p3768-vc_mipi-dual-imx.dts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// This file is derived from the VC "tegra234-p3767-camera-p3768-vc_mipi-dual.dts"
55
//
6-
// But has VC_MIPI_MANUFACTURER removed to only work with IMX sensors
6+
// But has VC_MIPI_MANUFACTURER removed to only work with Sony IMX sensors for legibility
77
// (not omnivision)
88

99
/dts-v1/;
@@ -247,8 +247,8 @@ compatible = "nvidia,p3768-0000+p3767-0000", "nvidia,p3768-0000+p3767-0001", "nv
247247
// ----------------------------------------------------
248248
// If you want to use GStreamer with nvarguscamerasrc
249249
// you have to adjust this settings
250-
physical_w = "1.000";
251-
physical_h = "1.000";
250+
physical_w = "4.968";
251+
physical_h = "3.726";
252252
// ----------------------------------------------------
253253
// This node is needed by the Tegra framework.
254254
// You don't have to change any settings if just want
@@ -265,8 +265,8 @@ compatible = "nvidia,p3768-0000+p3767-0000", "nvidia,p3768-0000+p3767-0001", "nv
265265
// you have to adjust this settings.
266266
active_l = "0";
267267
active_t = "0";
268-
active_w = "0";
269-
active_h = "0";
268+
active_w = "1440";
269+
active_h = "1080";
270270
mode_type = "bayer";
271271
pixel_phase = "rggb";
272272
csi_pixel_bit_depth = "10";
@@ -284,9 +284,9 @@ compatible = "nvidia,p3768-0000+p3767-0000", "nvidia,p3768-0000+p3767-0001", "nv
284284
// For applications like argus_camera, there should
285285
// be a minimal frame rate greater than zero!
286286
min_framerate = "100"; // mHz
287-
max_framerate = "60000"; // mHz
287+
max_framerate = "60300"; // mHz
288288
step_framerate = "100"; // mHz
289-
default_framerate = "60000"; // mHz
289+
default_framerate = "60300"; // mHz
290290
// ----------------------------------------------------
291291

292292
gain_factor = "1000";
@@ -347,8 +347,8 @@ compatible = "nvidia,p3768-0000+p3767-0000", "nvidia,p3768-0000+p3767-0001", "nv
347347
// ----------------------------------------------------
348348
// If you want to use GStreamer with nvarguscamerasrc
349349
// you have to adjust this settings
350-
physical_w = "1.000";
351-
physical_h = "1.000";
350+
physical_w = "4.968";
351+
physical_h = "3.726";
352352
// ----------------------------------------------------
353353

354354
mode0 {
@@ -363,8 +363,8 @@ compatible = "nvidia,p3768-0000+p3767-0000", "nvidia,p3768-0000+p3767-0001", "nv
363363
// you have to adjust this settings.
364364
active_l = "0";
365365
active_t = "0";
366-
active_w = "0";
367-
active_h = "0";
366+
active_w = "1440";
367+
active_h = "1080";
368368
mode_type = "bayer";
369369
pixel_phase = "rggb";
370370
csi_pixel_bit_depth = "10";
@@ -382,9 +382,9 @@ compatible = "nvidia,p3768-0000+p3767-0000", "nvidia,p3768-0000+p3767-0001", "nv
382382
// For applications like argus_camera, there should
383383
// be a minimal frame rate greater than zero!
384384
min_framerate = "100"; // mHz
385-
max_framerate = "60000"; // mHz
385+
max_framerate = "60300"; // mHz
386386
step_framerate = "100"; // mHz
387-
default_framerate = "60000"; // mHz
387+
default_framerate = "60300"; // mHz
388388
// ----------------------------------------------------
389389

390390
gain_factor = "1000";

0 commit comments

Comments
 (0)