dt-bindings: msm: Add bindings for flash type

Add binding support for flash type.

CRs-Fixed: 2938804
Change-Id: Ie4c7978d9baf34456300f39cd1d607c693420862
Signed-off-by: shiwgupt <shiwgupt@codeaurora.org>
This commit is contained in:
shiwgupt 2021-06-01 14:45:34 +05:30 committed by Gerrit - the friendly Code Review server
parent 1fc0fad0d9
commit 235463e65a

View File

@ -94,4 +94,9 @@
#define CAM_CPAS_RT_OT_FUSE 9
#define CAM_CPAS_FUSE_FEATURE_MAX 10
/* Flash type*/
#define CAM_FLASH_TYPE_GPIO 0
#define CAM_FLASH_TYPE_I2C 1
#define CAM_FLASH_TYPE_PMIC 2
#endif