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 <ananravi@codeaurora.org>
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user