diff options
| author | arai <arai@nvidia.com> | 2021-06-15 02:15:00 -0400 |
|---|---|---|
| committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2021-06-21 04:55:18 -0400 |
| commit | 315e1c9a276aa1965c646ec84a52ed80934367e8 (patch) | |
| tree | d309ef54db394bee73ec7c4e8c9d0c49cbfcfd23 /include | |
| parent | b3060acfe7d3777892c02f69832f356f52d0dbbc (diff) | |
media:i2c:imx274 power on delay
Add somelayency in imx274 power on. The AVDD on McCoy
is turned off by default and needs some time to be setup
before the reset GPIOs can be released.
Bug 200741282
Change-Id: I0696e0aab4239929552e355325ffbe6070a94484
Signed-off-by: arai <arai@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2545868
Reviewed-by: svcacv <svcacv@nvidia.com>
Reviewed-by: Sudhir Vyas <svyas@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/media/camera_common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/camera_common.h b/include/media/camera_common.h index d2d7906c2..22a41bc42 100644 --- a/include/media/camera_common.h +++ b/include/media/camera_common.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /** | 1 | /** |
| 2 | * camera_common.h - utilities for tegra camera driver | 2 | * camera_common.h - utilities for tegra camera driver |
| 3 | * | 3 | * |
| 4 | * Copyright (c) 2015-2020, NVIDIA Corporation. All rights reserved. | 4 | * Copyright (c) 2015-2021, NVIDIA Corporation. All rights reserved. |
| 5 | * | 5 | * |
| 6 | * This program is free software; you can redistribute it and/or modify it | 6 | * This program is free software; you can redistribute it and/or modify it |
| 7 | * under the terms and conditions of the GNU General Public License, | 7 | * under the terms and conditions of the GNU General Public License, |
| @@ -92,6 +92,7 @@ struct camera_common_pdata { | |||
| 92 | bool v_flip; | 92 | bool v_flip; |
| 93 | bool h_mirror; | 93 | bool h_mirror; |
| 94 | unsigned int fuse_id_addr; | 94 | unsigned int fuse_id_addr; |
| 95 | unsigned int avdd_latency; | ||
| 95 | }; | 96 | }; |
| 96 | 97 | ||
| 97 | struct camera_common_eeprom_data { | 98 | struct camera_common_eeprom_data { |
