sdm660-common: Start vendor.cdsprpcd only for sdm660

* disable it for sdm636 and sdm630
* fixes logspam on whyred with cdsprpcd not able to start

Change-Id: I4de5333709c2fb57f315b47842fbd12d4d80c36d
This commit is contained in:
Max Weffers 2020-05-18 12:51:26 +02:00 committed by OdSazib
parent fd809eba57
commit 10e587e287
No known key found for this signature in database
GPG key ID: CB336514F9F5CF69

View file

@ -2756,10 +2756,15 @@ case "$target" in
# enable LPM
echo 0 > /sys/module/lpm_levels/parameters/sleep_disabled
esac
# Start cdsprpcd only for sdm660 and disable for sdm630
#Apply settings for sdm660 only
case "$soc_id" in
"317" | "324" | "325" | "326" )
# Start cdsprpcd only for sdm660 and disable for sdm630 and sdm636
start vendor.cdsprpcd
esac
#Apply settings for sdm630 and Tahaa
case "$soc_id" in
"318" | "327" | "385" )