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: I5c00d487d6ccdac336c241de091df6c608a0eace Signed-off-by: Ankur Pawar <ankurp@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3030085 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Praveen AC <pac@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
1f13b70e19
commit
7dfa45e768
@@ -504,7 +504,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";
|
||||
@@ -542,7 +542,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";
|
||||
|
||||
@@ -158,7 +158,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";
|
||||
@@ -196,7 +196,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";
|
||||
|
||||
@@ -248,7 +248,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";
|
||||
@@ -286,7 +286,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