interconnect: qcom: msm8939: remove rpm-ids from non-RPM nodes
authorBenjamin Li <benl@squareup.com>
Mon, 8 Mar 2021 13:09:15 +0000 (15:09 +0200)
committerGeorgi Djakov <georgi.djakov@linaro.org>
Mon, 8 Mar 2021 13:09:15 +0000 (15:09 +0200)
commit7c911f9de7abb89f46254d2fecb11dcb4a7a6c30
treeefadfc08a12c0e7b28784a8daece467916343583
parenta38fd8748464831584a19438cbb3082b5a2dab15
interconnect: qcom: msm8939: remove rpm-ids from non-RPM nodes

Some nodes are incorrectly marked as RPM-controlled (they have RPM
master and slave ids assigned), but are actually controlled by the
application CPU instead. The RPM complains when we send requests for
resources that it can't control. Let's fix this by replacing the IDs,
with the default "-1" in which case no requests are sent.

See commit c497f9322af9 ("interconnect: qcom: msm8916: Remove rpm-ids
from non-RPM nodes") where this was done for msm8916.

Signed-off-by: Benjamin Li <benl@squareup.com>
Reviewed-by: Jun Nie <jun.nie@linaro.org>
Link: https://lore.kernel.org/r/20210205015205.22947-3-benl@squareup.com
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
drivers/interconnect/qcom/msm8939.c