msm: camera: utils: Add support bypass clock/regulator/icc wrapper

Sometimes need to avoid access clock/regulator/icc api, this change
add support bypass clock/regulator/icc wrapper through enable
some debugfs parameters and devicetree.

CRs-Fixed: 3445248
Change-Id: I0546975bf063625b39b771c776813e7dbff84e06
Signed-off-by: zhuo <quic_zhuo@quicinc.com>
This commit is contained in:
zhuo
2023-03-09 16:05:19 +08:00
committad av Camera Software Integration
förälder 27216cc09b
incheckning a6ef23e7e5
13 ändrade filer med 446 tillägg och 71 borttagningar

Visa fil

@@ -142,4 +142,11 @@
#define CAM_CPAS_NON_SECURE_DOMAIN 0
#define CAM_CPAS_SECURE_DOMAIN 1
/* Debug bypass driver */
#define CAM_BYPASS_RGLTR 0x1
#define CAM_BYPASS_RGLTR_MODE 0x2
#define CAM_BYPASS_CLKS 0x4
#define CAM_BYPASS_CESTA 0x8
#define CAM_BYPASS_ICC 0x10
#endif