]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
arm64: dts: Update IMX185 DT settings
authorFrank Chen <frankc@nvidia.com>
Sun, 17 Jul 2016 22:03:07 +0000 (15:03 -0700)
committermobile promotions <svcmobile_promotions@nvidia.com>
Wed, 27 Jul 2016 00:00:07 +0000 (17:00 -0700)
1. Move UseDecibelGain flag from mode setting to
   global settins
2. Update gain decibel range
3. Update FPS range

Bug 1789332
Bug CHWI-246

Change-Id: Iba3cfcc44f0606fc3dc691b1f6981b59302fb5fb
Signed-off-by: Frank Chen <frankc@nvidia.com>
Reviewed-on: http://git-master/r/1183842
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
arch/arm64/boot/dts/tegra210-jetson-cv-camera-li-mipi-adpt-a00.dts
arch/arm64/boot/dts/tegra210-platforms/tegra210-camera-li-mipi-adpt-a00.dtsi

index 169f7e1bbc15cad6e714e0248afefafb4649df6d..6e2cbcff89f552b7edfde19f20bf2b9ac7e08c1b 100644 (file)
@@ -19,6 +19,7 @@
 / {
        tegra-camera-platform {
                modules {
+                       /delete-node/ module1;
                        /delete-node/ module2;
                        /delete-node/ module3;
                        /delete-node/ module4;
        host1x {
                vi {
                        ports {
-                       /delete-node/ port@2;
-                       /delete-node/ port@3;
-                       /delete-node/ port@4;
-                       /delete-node/ port@5;
+                               vi_port0: port@0 {
+                                       status = "okay";
+                                       vi_in0: endpoint {
+                                               status = "okay";
+                                       };
+                               };
+                               /delete-node/ port@1;
+                               /delete-node/ port@2;
+                               /delete-node/ port@3;
+                               /delete-node/ port@4;
+                               /delete-node/ port@5;
                        };
-
                };
 
                i2c@546c0000 {
@@ -53,6 +60,7 @@
        };
 
        i2c@7000c000 {
+               /delete-node/ ov23850_c@36;
                /delete-node/ lc898212@72;
        };
 
index cf9fca009316fb8f64ce771c75c00b798e35cd36..46ef6d7cfb862a4faf3627ab789f9cbfa3122e98 100644 (file)
@@ -64,6 +64,9 @@
                                                /* crop co-ordinates */
                                                post_crop_frame_drop = "0";
 
+                                               /* Convert Gain to unit of dB (decibel) befor passing to kernel driver */
+                                               use_decibel_gain = "true";
+
                                                /**
                                                * A modeX node is required to support v4l2 driver
                                                * implementation with NVIDIA camera software stack
@@ -87,9 +90,6 @@
                                                * MIPI lane settle time value.
                                                * A "0" value attempts to autocalibrate based on mclk_multiplier
                                                *
-                                               * use_decibel_gain = "true";
-                                               * Used to determine whether convert sensor gain(times) to decibel gain in imager
-                                               *
                                                * active_w = "";
                                                * Pixel active region width
                                                *
                                                        discontinuous_clk = "no";
                                                        dpcm_enable = "false";
                                                        cil_settletime = "0";
-                                                       use_decibel_gain = "true";
 
                                                        active_w = "1920";
                                                        active_h = "1080";
                                                        mclk_multiplier = "6";
                                                        pix_clk_hz = "74250000";
 
-                                                       min_gain_val = "1";
-                                                       max_gain_val = "255";
+                                                       min_gain_val = "0"; /* dB */
+                                                       max_gain_val = "48"; /* dB */
                                                        min_hdr_ratio = "1";
                                                        max_hdr_ratio = "1";
-                                                       min_framerate = "30";
+                                                       min_framerate = "1";
                                                        max_framerate = "30";
                                                        min_exp_time = "30";
                                                        max_exp_time = "33000";
                                                        discontinuous_clk = "no";
                                                        dpcm_enable = "false";
                                                        cil_settletime = "0";
-                                                       use_decibel_gain = "true";
 
                                                        active_w = "1920";
                                                        active_h = "1080";
                                                        mclk_multiplier = "6";
                                                        pix_clk_hz = "74250000";
 
-                                                       min_gain_val = "1";
-                                                       max_gain_val = "4";
+                                                       min_gain_val = "0"; /* dB */
+                                                       max_gain_val = "48"; /* dB */
                                                        min_hdr_ratio = "16";
                                                        max_hdr_ratio = "16";
-                                                       min_framerate = "30";
+                                                       min_framerate = "1";
                                                        max_framerate = "30";
                                                        min_exp_time = "30";
                                                        max_exp_time = "33000";
                                badge = "imx185_bottom_liimx185";
                                position = "bottom";
                                orientation = "0";
+                               status = "okay";
                                drivernode0 {
                                        /* Declare PCL support driver (classically known as guid)  */
                                        pcl_id = "v4l2_sensor";
                                        devname = "imx185 6-001a";
                                        /* Declare the device-tree hierarchy to driver instance */
                                        proc-device-tree = "/proc/device-tree/host1x/i2c@546c0000/tca9546@70/i2c@0/imx185_a@1a";
+                                       status = "okay";
                                };
                        };
                };