diff options
author | Wei Chen <wechen@nvidia.com> | 2012-09-21 14:03:30 -0700 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-10-02 13:05:51 -0700 |
commit | 61aa25ba311e1c32ab8b43ac191d10e7608596cc (patch) | |
tree | 94978bb4fd9c9ede9420ceb484a2f00322641c6a /include/media | |
parent | 069ecae9dcace0c4fca960c682ccc9a8516644ff (diff) |
video: tegra: ad5816: disable scl low detection
Fix the NVCS focus pos test failure by disabling
the SCL low detection and update the focuser low
default.
Bug 1051934
Change-Id: Ic3d2198f13711e670581128a226d18133a0b575d
Signed-off-by: Wei Chen <wechen@nvidia.com>
Reviewed-on: http://git-master/r/134482
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Naren Bhat <nbhat@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/ad5816.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/ad5816.h b/include/media/ad5816.h index c51417ca472b..36f3ad7edad5 100644 --- a/include/media/ad5816.h +++ b/include/media/ad5816.h @@ -73,6 +73,7 @@ struct ad5816_pdata_info { #define MODE 0x06 #define VCM_FREQ 0x07 #define VCM_THRESHOLD 0x08 +#define SCL_LOW_DETECTION 0xC0 #endif |