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:
Anand Ravi
2021-09-24 12:57:08 -07:00
parent d7eb296004
commit b5a3c6c3bc

View File

@@ -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: