소스 검색

Merge "dt-bindings: camera: Add camera DRV definitions" into camera-kernel.lnx.6.0

Abhijit Trivedi 3 년 전
부모
커밋
770925b0e6
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      dt-bindings/msm-camera.h

+ 10 - 0
dt-bindings/msm-camera.h

@@ -112,4 +112,14 @@
 #define MAX_AON_CAM          2
 #define NOT_AON_CAM          255
 
+/* Camera DRV enable masks */
+#define CAM_DDR_DRV    0x1
+
+/* Port index for BW voting */
+#define CAM_CPAS_PORT_HLOS_DRV    0
+#define CAM_CPAS_PORT_DRV_0       1
+#define CAM_CPAS_PORT_DRV_1       2
+#define CAM_CPAS_PORT_DRV_2       3
+#define CAM_CPAS_PORT_DRV_DYN     32
+
 #endif