diff options
| author | Ghanim Fodi <gfodi@codeaurora.org> | 2016-08-21 12:05:45 +0300 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-08-21 02:07:53 -0700 |
| commit | 0f44e4f13105a77b07fe3d7a5bb47c09c72f4926 (patch) | |
| tree | 160a8451fffb38310214b90854e130e5690fe192 /include/linux | |
| parent | c605e110ab18604981481a7b502da54640b620bc (diff) | |
msm: ipa3: Update registers configurations for IPAv3.5/3.5.1
IPA v3.5 and v3.5.1 introduces changes to several IPA registers.
Some registers have new fields, some fields are shifted and
others are removed.
This change updates IPAHAL to support these changes.
CRs-fixed: 1055677
Change-Id: I2046318ba40beca75bdc2f40554fc9a458da5581
Signed-off-by: Ghanim Fodi <gfodi@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ipa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ipa.h b/include/linux/ipa.h index 5f85508353c9..d85cf54cc785 100644 --- a/include/linux/ipa.h +++ b/include/linux/ipa.h @@ -764,6 +764,7 @@ enum ipa_irq_type { IPA_TX_SUSPEND_IRQ, IPA_TX_HOLB_DROP_IRQ, IPA_BAM_IDLE_IRQ, + IPA_BAM_GSI_IDLE_IRQ = IPA_BAM_IDLE_IRQ, IPA_IRQ_MAX }; |
