]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
WAR:arm64: dts: update imx185 dt
authorSaurabh Maniktala <smaniktala@nvidia.com>
Thu, 6 Oct 2016 23:59:38 +0000 (16:59 -0700)
committerWinnie Hsu <whsu@nvidia.com>
Fri, 7 Oct 2016 22:12:36 +0000 (15:12 -0700)
This change disables these
modes:
 10 bit 30fps
 12 bit 60fps
 10 bit 60fps

Bug 1823414

Change-Id: I6ffbcf3454e7c65a2b51816cdabca8be57041c40
Signed-off-by: Saurabh Maniktala <smaniktala@nvidia.com>
Reviewed-on: http://git-master/r/1232811
Reviewed-by: David Wang (SW-TEGRA) <davidw@nvidia.com>
Reviewed-by: Frank Chen <frankc@nvidia.com>
Reviewed-by: Jihoon Bang <jbang@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
arch/arm64/boot/dts/tegra210-platforms/tegra210-camera-li-mipi-adpt-a00.dtsi
drivers/media/i2c/imx185_mode_tbls.h

index b3eee52520c358430884fbcc8ef71e3aa09e1a48..8ed1d419088685cd8c750a36c8923e1794e034af 100644 (file)
                                                        embedded_metadata_height = "0";
                                                };
 
+#if 0
                                                mode1 {/*mode IMX185_MODE_1920X1080_CROP_10BIT_30FPS*/
                                                        mclk_khz = "37125";
                                                        num_lanes = "4";
                                                        max_exp_time = "680000";
                                                        embedded_metadata_height = "0";
                                                };
+#endif
                                                ports {
                                                        #address-cells = <1>;
                                                        #size-cells = <0>;
                 * The general guideline for naming badge_info contains 3 parts, and is as follows,
                 * The first part is the camera_board_id for the module; if the module is in a FFD
                 * platform, then use the platform name for this part.
-               * The second part contains the position of the module, ex. \93rear\94 or \93front\94.
+                * The second part contains the position of the module, ex. "rear" or "front".
                 * The third part contains the last 6 characters of a part number which is found
                 * in the module's specsheet from the vender.
                 */
index 52b691dc86be82a87bc4c8e4f40dfd0c2a03c480..49eb8c6bababafab7aacaddabf7e28205194272b 100644 (file)
@@ -1399,11 +1399,13 @@ static const struct camera_common_frmfmt imx185_frmfmt[] = {
 #endif
        {{1920, 1080}, imx185_30fps, 1, 0,
                        IMX185_MODE_1920X1080_CROP_30FPS},
+#if 0
        {{1920, 1080}, imx185_30fps, 1, 0,
                        IMX185_MODE_1920X1080_CROP_10BIT_30FPS},
        {{1920, 1080}, imx185_60fps, 1, 0,
                        IMX185_MODE_1920X1080_CROP_60FPS},
        {{1920, 1080}, imx185_60fps, 1, 0,
                        IMX185_MODE_1920X1080_CROP_10BIT_60FPS},
+#endif
 };
 #endif /* __IMX185_I2C_TABLES__ */