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

Commit 4a98a396 authored by Siddartha Mohanadoss's avatar Siddartha Mohanadoss
Browse files

msm: mhi_dev: Fix maximum number of HW channels



Update maximum number of hardware channels supported by
the device to support QMAP flow control that is mapped
to hardware channel 109/110.

Change-Id: I6d20c5a6f1b2a58ff18aab660a827fdec95e0b7a
Signed-off-by: default avatarSiddartha Mohanadoss <smohanad@codeaurora.org>
parent 98d4adc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -271,7 +271,7 @@ struct mhi_config {

#define NUM_CHANNELS			128
#define HW_CHANNEL_BASE			100
#define HW_CHANNEL_END			107
#define HW_CHANNEL_END			110
#define MHI_ENV_VALUE			2
#define MHI_MASK_ROWS_CH_EV_DB		4
#define TRB_MAX_DATA_SIZE		8192