sdm660: init.qcom.post_boot: Add soc_id for QCM2150
Change-Id: I6850648f3537819f8362508923cb788671c97396
This commit is contained in:
parent
f5e6b6d545
commit
07ea656524
1 changed files with 2 additions and 2 deletions
|
@ -2105,7 +2105,7 @@ case "$target" in
|
|||
|
||||
# Socid 386 = Pukeena
|
||||
case "$soc_id" in
|
||||
"303" | "307" | "308" | "309" | "320" | "386" )
|
||||
"303" | "307" | "308" | "309" | "320" | "386" | "436")
|
||||
|
||||
# Start Host based Touch processing
|
||||
case "$hw_platform" in
|
||||
|
@ -2440,7 +2440,7 @@ case "$target" in
|
|||
esac
|
||||
|
||||
case "$soc_id" in
|
||||
"386" )
|
||||
"386" | "436")
|
||||
|
||||
# Start Host based Touch processing
|
||||
case "$hw_platform" in
|
||||
|
|
Loading…
Reference in a new issue