Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e49b21a authored by Wyes Karny's avatar Wyes Karny
Browse files

dt-bindings: msm: Add bindings for MP limit fuse support



Adding MP limit fuse macro for supporting MP limit fuse feature.

Change-Id: Ia67a84e19782839bd063964bcb29dbf357372354
Signed-off-by: default avatarWyes Karny <wkarny@codeaurora.org>
parent e3105f1e
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -62,14 +62,18 @@
#define CAM_CPAS_TRAFFIC_MERGE_SUM 0
#define CAM_CPAS_TRAFFIC_MERGE_SUM_INTERLEAVE 1

/* Feature bit type */
#define CAM_CPAS_FEATURE_TYPE_DISABLE        0
#define CAM_CPAS_FEATURE_TYPE_ENABLE         1
#define CAM_CPAS_FEATURE_TYPE_VALUE          2

/* Fuse Feature support ids */
#define CAM_CPAS_QCFA_BINNING_ENABLE        0
#define CAM_CPAS_SECURE_CAMERA_ENABLE       1
#define CAM_CPAS_ISP_FUSE_ID                2
#define CAM_CPAS_ISP_PIX_FUSE_ID            3
#define CAM_CPAS_FUSE_FEATURE_MAX           4
#define CAM_CPAS_MF_HDR_ENABLE              4
#define CAM_CPAS_MP_LIMIT_FUSE              5
#define CAM_CPAS_FUSE_FEATURE_MAX           6

#endif