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:
parent
fd809eba57
commit
10e587e287
1 changed files with 6 additions and 1 deletions
|
@ -2756,10 +2756,15 @@ case "$target" in
|
||||||
|
|
||||||
# enable LPM
|
# enable LPM
|
||||||
echo 0 > /sys/module/lpm_levels/parameters/sleep_disabled
|
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
|
start vendor.cdsprpcd
|
||||||
esac
|
esac
|
||||||
|
|
||||||
#Apply settings for sdm630 and Tahaa
|
#Apply settings for sdm630 and Tahaa
|
||||||
case "$soc_id" in
|
case "$soc_id" in
|
||||||
"318" | "327" | "385" )
|
"318" | "327" | "385" )
|
||||||
|
|
Loading…
Reference in a new issue