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:

committed by
Gerrit - the friendly Code Review server

parent
96b8731558
commit
caa6b2a1a4
@@ -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;
|
||||
|
Reference in New Issue
Block a user