Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e6aa3c4 authored by Maya Erez's avatar Maya Erez
Browse files

usb: dwc3-msm: Increase DBM_MAX_EPS to 8



In newer DBM versions the DBM supports up to 8 EPs.
BM_MAX_EPS needs to be updated to reflect the new value.

Change-Id: I7ff557477e5d85159580bd961e357fe8a41f090e
Signed-off-by: default avatarMaya Erez <merez@codeaurora.org>
parent 90296af7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ MODULE_PARM_DESC(prop_chg_detect, "Enable Proprietary charger detection");
#define DBM_SFT_RST_MASK	0x80000000
#define DBM_EN_MASK		0x00000002

#define DBM_MAX_EPS		4
#define DBM_MAX_EPS		8

/* DBM TRB configurations */
#define DBM_TRB_BIT		0x80000000