msm: gsi: gsi 2.9 upgrade

Driver upgrade for GSI v2.9.

Change-Id: I5d148ead27499e6571196bc320c60da1e727163d
Signed-off-by: Bojun Pan <bojunp@codeaurora.org>
This commit is contained in:
Bojun Pan
2019-08-05 15:01:35 -07:00
committed by Gerrit - the friendly Code Review server
parent 76a1edce0e
commit 54f5b081c1
4 changed files with 56 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ enum gsi_ver {
GSI_VER_2_2 = 5,
GSI_VER_2_5 = 6,
GSI_VER_2_7 = 7,
GSI_VER_2_9 = 8,
GSI_VER_MAX,
};