mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
overlay: camera: IMX477: Fix half preview issue
Change IMX477 line_length to 3000 to fix the half preview
issue.
Bug 4389380
Change-Id: I294f595fa8b5757c32e635f3827a52e554d3679b
Signed-off-by: Ankur Pawar <ankurp@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3021259
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
(cherry picked from commit 5be1acdba0)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3029808
Reviewed-by: Praveen AC <pac@nvidia.com>
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
0171164278
commit
81f6fda7da
@@ -286,7 +286,7 @@
|
||||
pixel_phase = "rggb";
|
||||
csi_pixel_bit_depth = "10";
|
||||
readout_orientation = "90";
|
||||
line_length = "11200";
|
||||
line_length = "3000";
|
||||
inherent_gain = "1";
|
||||
mclk_multiplier = "80";
|
||||
pix_clk_hz = "300000000";
|
||||
@@ -324,7 +324,7 @@
|
||||
pixel_phase = "rggb";
|
||||
csi_pixel_bit_depth = "10";
|
||||
readout_orientation = "90";
|
||||
line_length = "7000";
|
||||
line_length = "3000";
|
||||
inherent_gain = "1";
|
||||
mclk_multiplier = "80";
|
||||
pix_clk_hz = "300000000";
|
||||
|
||||
@@ -286,7 +286,7 @@
|
||||
pixel_phase = "rggb";
|
||||
csi_pixel_bit_depth = "10";
|
||||
readout_orientation = "90";
|
||||
line_length = "11200";
|
||||
line_length = "3000";
|
||||
inherent_gain = "1";
|
||||
mclk_multiplier = "80";
|
||||
pix_clk_hz = "300000000";
|
||||
@@ -324,7 +324,7 @@
|
||||
pixel_phase = "rggb";
|
||||
csi_pixel_bit_depth = "10";
|
||||
readout_orientation = "90";
|
||||
line_length = "7000";
|
||||
line_length = "3000";
|
||||
inherent_gain = "1";
|
||||
mclk_multiplier = "80";
|
||||
pix_clk_hz = "300000000";
|
||||
@@ -393,7 +393,7 @@
|
||||
pixel_phase = "rggb";
|
||||
csi_pixel_bit_depth = "10";
|
||||
readout_orientation = "90";
|
||||
line_length = "11200";
|
||||
line_length = "3000";
|
||||
inherent_gain = "1";
|
||||
mclk_multiplier = "80";
|
||||
pix_clk_hz = "300000000";
|
||||
@@ -431,7 +431,7 @@
|
||||
pixel_phase = "rggb";
|
||||
csi_pixel_bit_depth = "10";
|
||||
readout_orientation = "90";
|
||||
line_length = "7000";
|
||||
line_length = "3000";
|
||||
inherent_gain = "1";
|
||||
mclk_multiplier = "80";
|
||||
pix_clk_hz = "300000000";
|
||||
|
||||
@@ -297,7 +297,7 @@
|
||||
pixel_phase = "rggb";
|
||||
csi_pixel_bit_depth = "10";
|
||||
readout_orientation = "90";
|
||||
line_length = "11200";
|
||||
line_length = "3000";
|
||||
inherent_gain = "1";
|
||||
mclk_multiplier = "80";
|
||||
pix_clk_hz = "300000000";
|
||||
@@ -335,7 +335,7 @@
|
||||
pixel_phase = "rggb";
|
||||
csi_pixel_bit_depth = "10";
|
||||
readout_orientation = "90";
|
||||
line_length = "7000";
|
||||
line_length = "3000";
|
||||
inherent_gain = "1";
|
||||
mclk_multiplier = "80";
|
||||
pix_clk_hz = "300000000";
|
||||
|
||||
Reference in New Issue
Block a user