interconnect: qcom: msm8916: Remove rpm-ids from non-RPM nodes
authorGeorgi Djakov <georgi.djakov@linaro.org>
Thu, 12 Nov 2020 10:51:40 +0000 (12:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Dec 2020 09:58:31 +0000 (10:58 +0100)
commit8774a897a330b0370204e652db4e83ceb5e4d380
treea07b9a2982bc17ef7660d8017ed2e33f7e896690
parent5855a711029ee956b0f9443416969e6e67dd8294
interconnect: qcom: msm8916: Remove rpm-ids from non-RPM nodes

[ Upstream commit c497f9322af947204c28292be6f20dd2d97483dd ]

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.

Reviewed-by: Mike Tipton <mdtipton@codeaurora.org>
Link: https://lore.kernel.org/r/20201112105140.10092-1-georgi.djakov@linaro.org
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/interconnect/qcom/msm8916.c