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

Commit 304493e7 authored by Amir Levy's avatar Amir Levy
Browse files

msm: ipa3: update IPA_BCR to correct IPAv3 value



This change updates IPA_BCR to correct value according to the HW
programming guide.

Change-Id: I8dfd34361098aa7081154c5ef1d99d56650074ec
Signed-off-by: default avatarAmir Levy <alevy@codeaurora.org>
parent 8492131e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
#define IPA_TAG_SLEEP_MIN_USEC (1000)
#define IPA_TAG_SLEEP_MAX_USEC (2000)
#define IPA_FORCE_CLOSE_TAG_PROCESS_TIMEOUT (10 * HZ)
#define IPA_BCR_REG_VAL (0x001FFF7F)
#define IPA_BCR_REG_VAL (0x00000001)
#define IPA_AGGR_GRAN_MIN (1)
#define IPA_AGGR_GRAN_MAX (32)
#define IPA_EOT_COAL_GRAN_MIN (1)