From 83d6037d443ebcf5b7faf6613e4978c6ead4e6eb Mon Sep 17 00:00:00 2001 From: Pavan Kumar Chilamkurthi Date: Tue, 1 Jun 2021 01:47:47 -0700 Subject: [PATCH] msm: camera: cpas: Increase cpas max clients, tree nodes Increase number of cpas clients macro value and mx number of tree nodes value to accommodate new clients on v780. CRs-Fixed: 2948116 Change-Id: I9e3fb0b0a562eb92032405903fe0c30eeacd0dc0 Signed-off-by: Pavan Kumar Chilamkurthi --- drivers/cam_cpas/cam_cpas_hw.h | 2 +- drivers/cam_cpas/cam_cpas_soc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/cam_cpas/cam_cpas_hw.h b/drivers/cam_cpas/cam_cpas_hw.h index 44c3cbe21f..c558fcb36f 100644 --- a/drivers/cam_cpas/cam_cpas_hw.h +++ b/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 diff --git a/drivers/cam_cpas/cam_cpas_soc.h b/drivers/cam_cpas/cam_cpas_soc.h index d76f931a11..8f3845aaae 100644 --- a/drivers/cam_cpas/cam_cpas_soc.h +++ b/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 /**