瀏覽代碼

msm: camera: isp: Increase max dependents of IRQ controller

SFE has two dependent controllers - bus write and bus read. Currently,
it max dependents is set to one so increase maximum dependents to fix
dependency registration failure.

CRs-Fixed: 3044375
Change-Id: Ib02490ef0016943d979506288d6192558b380534
Signed-off-by: Anand Ravi <[email protected]>
Anand Ravi 3 年之前
父節點
當前提交
b5a3c6c3bc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/cam_isp/isp_hw_mgr/hw_utils/irq_controller/cam_irq_controller.h

+ 1 - 1
drivers/cam_isp/isp_hw_mgr/hw_utils/irq_controller/cam_irq_controller.h

@@ -38,7 +38,7 @@ enum cam_irq_event_group {
 	CAM_IRQ_EVT_GROUP_2,
 };
 
-#define CAM_IRQ_MAX_DEPENDENTS 1
+#define CAM_IRQ_MAX_DEPENDENTS 2
 
 /*
  * struct cam_irq_register_set: