diff options
| author | Andrei Danaila <adanaila@codeaurora.org> | 2015-04-20 13:01:20 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:11:26 -0700 |
| commit | 4987aebe216f8002125602ef3a19f72abf469075 (patch) | |
| tree | 35299c522e07299bbd61d661b476f02491f0330e /include/linux | |
| parent | 9cf5caae4e377bf66b05254dba718fcdb352b095 (diff) | |
mhi: core: Parse ring information from DT
Parse MHI ring information from DT instead of statically allocating
data structure.
This is necessary as different platforms support different
configurations.
Change-Id: I59cd660459d627f93479a11257653611070fd3a4
Signed-off-by: Andrei Danaila <adanaila@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/msm_mhi.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/msm_mhi.h b/include/linux/msm_mhi.h index 8a169eec2a86..947c369b5b9a 100644 --- a/include/linux/msm_mhi.h +++ b/include/linux/msm_mhi.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2014, The Linux Foundation. All rights reserved. +/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -87,9 +87,7 @@ enum MHI_CLIENT_CHANNEL { MHI_CLIENT_CSVT_IN = 43, MHI_CLIENT_SMCT_OUT = 44, MHI_CLIENT_SMCT_IN = 45, - MHI_CLIENT_TEST_OUT = 60, - MHI_CLIENT_TEST_IN = 61, - MHI_CLIENT_RESERVED_1_LOWER = 62, + MHI_CLIENT_RESERVED_1_LOWER = 46, MHI_CLIENT_RESERVED_1_UPPER = 99, MHI_CLIENT_IP_HW_0_OUT = 100, MHI_CLIENT_IP_HW_0_IN = 101, |
