msm: camera: sensor: Add tpg driver support

Add new tpg subdev driver. This change exposes the tpg hw as a new
subdev similar to that of a sensor driver.

CRs-Fixed: 2973850
Change-Id: I6fdb4457d8cc829546896f26bdde8765a4258e7c
Signed-off-by: Tony Lijo Jose <tjose@codeaurora.org>
This commit is contained in:
Tony Lijo Jose
2021-06-23 00:38:06 +05:30
committed by Gerrit - the friendly Code Review server
parent 96b8731558
commit caa6b2a1a4
21 changed files with 3630 additions and 1 deletions

View File

@@ -43,6 +43,7 @@
#define CAM_SFE BIT_ULL(30)
#define CAM_CRE BIT_ULL(31)
#define CAM_PRESIL_CORE BIT_ULL(32)
#define CAM_TPG BIT_ULL(33)
/* Log level types */
#define CAM_TYPE_TRACE (1 << 0)