mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
[Camera]polarity swizzle, clk settle, shmoo en
in modeX prop in dts, lane_polarities = <0 4 0 4>; cil_clksettletime = "10"; shmoo_enable = "true"; afe_hf_gain = "6"; edge_delay = "3"; Bug 5277201 Change-Id: If0c8202ed2703b7e484bf981982a71a0ed09bf06 Signed-off-by: Shawn Bai <xueyuanb@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3447880 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Ankur Pawar <ankurp@nvidia.com> Reviewed-by: Narendra Kondapalli <nkondapalli@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Jukka Kaartinen <jkaartinen@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
8ff86d20ee
commit
38e2452efc
@@ -1,5 +1,5 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* SPDX-FileCopyrightText: Copyright (c) 2017-2024 NVIDIA CORPORATION & AFFILIATES.
|
||||
/* SPDX-FileCopyrightText: Copyright (c) 2017-2025 NVIDIA CORPORATION & AFFILIATES.
|
||||
* All rights reserved.
|
||||
*
|
||||
* TEGRA_V4L2_CAMERA.h - utilities for tegra camera driver
|
||||
@@ -110,7 +110,9 @@ struct sensor_signal_properties {
|
||||
__u32 mclk_freq;
|
||||
union __u64val pixel_clock;
|
||||
__u32 cil_settletime;
|
||||
__u32 cil_clksettletime;
|
||||
__u32 lane_polarity;
|
||||
__u32 lane_polarities[4];
|
||||
__u32 discontinuous_clk;
|
||||
__u32 dpcm_enable;
|
||||
__u32 tegra_sinterface;
|
||||
@@ -119,6 +121,12 @@ struct sensor_signal_properties {
|
||||
__u32 deskew_periodic_enable;
|
||||
union __u64val serdes_pixel_clock;
|
||||
union __u64val mipi_clock;
|
||||
|
||||
__u32 shmoo_enable;
|
||||
/** @a afe_hf_gain [0,16] */
|
||||
__u32 afe_hf_gain;
|
||||
/** @a edge_delay [-10,9] */
|
||||
__s32 edge_delay;
|
||||
};
|
||||
|
||||
struct sensor_image_properties {
|
||||
|
||||
Reference in New Issue
Block a user