interconnect: qcom: qcm2290: Enable sync state
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Mon, 24 Jul 2023 10:49:22 +0000 (12:49 +0200)
committerGeorgi Djakov <djakov@kernel.org>
Fri, 4 Aug 2023 10:44:57 +0000 (13:44 +0300)
commit4e048e9b7a160f7112069c0ec2947be15f3e8154
tree8fcf3f9776a8b34fb548c954d8aa60f31d70ad5a
parentba86de8acc8f3d327d7ebf0cae9e86040c881c7c
interconnect: qcom: qcm2290: Enable sync state

Enable the generic .sync_state callback to ensure there are no
outstanding votes that would waste power.

Generally one would need a bunch of interface clocks to access the QoS
registers when trying to go over all possible nodes during sync_state,
but QCM2290 surprisingly does not seem to require any such handling.

Fixes: 1a14b1ac3935 ("interconnect: qcom: Add QCM2290 driver support")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230720-topic-qcm2290_icc-v2-2-a2ceb9d3e713@linaro.org
Signed-off-by: Georgi Djakov <djakov@kernel.org>
drivers/interconnect/qcom/qcm2290.c