diff options
| author | Tony Truong <truong@codeaurora.org> | 2015-11-10 15:31:34 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:24:53 -0700 |
| commit | f2c54bd2fd705a9fd3680b0211e986b258d06273 (patch) | |
| tree | 944429b601c1e88baa534f136efad44ab930f401 /include/linux | |
| parent | a603bd09f9a9965c85fe45922b3da5c1be041c4d (diff) | |
mhi: core: Set correct DMA mask on device
Set the correct DMA mask on the platform device to
avoid bounce buffering from the default 32 bit mask.
Change-Id: I7e201e83fd21b0f0a6f57754a3b6f3eded9be58f
Signed-off-by: Andrei Danaila <adanaila@codeaurora.org>
Signed-off-by: Tony Truong <truong@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/msm_mhi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/msm_mhi.h b/include/linux/msm_mhi.h index 765750396613..b8b2226940a4 100644 --- a/include/linux/msm_mhi.h +++ b/include/linux/msm_mhi.h @@ -15,7 +15,7 @@ struct mhi_client_handle; -#define MHI_DMA_MASK 0x3FFFFFFF +#define MHI_DMA_MASK 0xFFFFFFFFFFULL #define MHI_MAX_MTU 0xFFFF enum MHI_CLIENT_CHANNEL { |
