Browse Source

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

Abhijit Trivedi 3 years ago
parent
commit
770925b0e6
1 changed files with 10 additions and 0 deletions
  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