sdm660: post_boot: update hbtp platform for sm8150+sdxprairie V3

Add support to launch hbtp on subtype 3 / sm8150+sdxprairie V3.

Change-Id: Iead67c4d77538a97cfee086b00f9a55ec4ecee81
This commit is contained in:
Ravikanth Tuniki 2020-02-24 12:34:02 +05:30 committed by OdSazib
parent 1f24d3a000
commit 7146cde30b
No known key found for this signature in database
GPG key ID: CB336514F9F5CF69

View file

@ -4730,7 +4730,7 @@ case "$target" in
"MTP" | "Surf" | "RCM" )
# Start Host based Touch processing
case "$platform_subtype_id" in
"0" | "1" | "2" | "4")
"0" | "1" | "2" | "3" | "4")
start_hbtp
;;
esac