Quellcode durchsuchen

Merge "msm: camera: cpas: Increase cpas max clients, tree nodes" into camera-kernel.lnx.5.0

Savita Patted vor 4 Jahren
Ursprung
Commit
9592da1c25
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      drivers/cam_cpas/cam_cpas_hw.h
  2. 1 1
      drivers/cam_cpas/cam_cpas_soc.h

+ 1 - 1
drivers/cam_cpas/cam_cpas_hw.h

@@ -14,7 +14,7 @@
 #include "cam_soc_bus.h"
 
 #define CAM_CPAS_INFLIGHT_WORKS              5
-#define CAM_CPAS_MAX_CLIENTS                 41
+#define CAM_CPAS_MAX_CLIENTS                 42
 #define CAM_CPAS_MAX_AXI_PORTS               6
 #define CAM_CPAS_MAX_TREE_LEVELS             4
 #define CAM_CPAS_MAX_GRAN_PATHS_PER_CLIENT   32

+ 1 - 1
drivers/cam_cpas/cam_cpas_soc.h

@@ -11,7 +11,7 @@
 #include "cam_cpas_hw.h"
 
 #define CAM_REGULATOR_LEVEL_MAX 16
-#define CAM_CPAS_MAX_TREE_NODES 56
+#define CAM_CPAS_MAX_TREE_NODES 61
 #define CAM_CPAS_MAX_FUSE_FEATURE 10
 
 /**