diff options
| author | Skylar Chang <chiaweic@codeaurora.org> | 2015-11-05 13:42:53 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:13:50 -0700 |
| commit | 894269ca16bc63052973b17198dde1bf4fc58373 (patch) | |
| tree | c28298694fd31b27e6829a234fc23081f83f8dbd /include/uapi/linux | |
| parent | 6b3fc777e59ad3ac76d4dd89ac251f7004100b79 (diff) | |
msm: ipa3: make ipa3 compile for corbalt rumi
Configure the new IPA-interrupt register to get
the IPA-HW irq, also change the tag process to
be compatible to 64 bits platform.
Change-Id: I29a8805cacc8d8df2f0e60ee8e1d2243c718d248
Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/msm_ipa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/msm_ipa.h b/include/uapi/linux/msm_ipa.h index 65c0da195f02..a1b1aaab3ff8 100644 --- a/include/uapi/linux/msm_ipa.h +++ b/include/uapi/linux/msm_ipa.h @@ -443,6 +443,7 @@ enum ipa_hw_type { IPA_HW_v2_6 = IPA_HW_v2_5, IPA_HW_v2_6L = 6, IPA_HW_v3_0 = 10, + IPA_HW_v3_1 = 11, IPA_HW_MAX }; |
