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

@@ -227,6 +227,9 @@ const char *cam_get_module_name(unsigned long long module_id)
case CAM_PRESIL_CORE:
name = "CAM-CORE-PRESIL";
break;
case CAM_TPG:
name = "CAM-TPG";
break;
default:
name = "CAM";
break;