summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYong Ding <yongding@codeaurora.org>2017-11-22 11:11:23 +0800
committerYong Ding <yongding@codeaurora.org>2017-11-30 11:20:11 +0800
commit77761915625d906d96ea3f3a35f20e7d8d4e995b (patch)
treeb4c2655b5a1756235a725c978988ffee7c6671b2 /include
parentbcc563a061a702c9f0f8282ad5d575abae4af88a (diff)
soc: qcom: hab: add some pchans for camera and clk
Add several more physical channels as MM_CAM2, MM_CLK_VM1 and MM_CLK_VM2. Change-Id: I5f3138a9635e8ad0e1fcf2012d406b2d6a3db6c1 Signed-off-by: Yong Ding <yongding@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/habmm.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/include/uapi/linux/habmm.h b/include/uapi/linux/habmm.h
index 902bd35ee474..c05146550b2e 100644
--- a/include/uapi/linux/habmm.h
+++ b/include/uapi/linux/habmm.h
@@ -73,8 +73,9 @@ struct hab_unimport {
#define MM_AUD_END 105
#define MM_CAM_START 200
-#define MM_CAM 201
-#define MM_CAM_END 202
+#define MM_CAM_1 201
+#define MM_CAM_2 202
+#define MM_CAM_END 203
#define MM_DISP_START 300
#define MM_DISP_1 301
@@ -102,7 +103,13 @@ struct hab_unimport {
#define MM_QCPE_VM3 703
#define MM_QCPE_VM4 704
#define MM_QCPE_END 705
-#define MM_ID_MAX 706
+
+#define MM_CLK_START 800
+#define MM_CLK_VM1 801
+#define MM_CLK_VM2 802
+#define MM_CLK_END 803
+
+#define MM_ID_MAX 804
#define HABMM_SOCKET_OPEN_FLAGS_SINGLE_BE_SINGLE_FE 0x00000000
#define HABMM_SOCKET_OPEN_FLAGS_SINGLE_BE_SINGLE_DOMU 0x00000001