[PATCH] interconnect: qcom: sm8450: Enable sync_state

Konrad Dybcio posted 1 patch 2 years, 4 months ago
drivers/interconnect/qcom/sm8450.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] interconnect: qcom: sm8450: Enable sync_state
Posted by Konrad Dybcio 2 years, 4 months ago
Enable sync_state on sm8450 so that the interconnect votes actually mean
anything and aren't just pinned to INT_MAX.

Fixes: fafc114a468e ("interconnect: qcom: Add SM8450 interconnect provider driver")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 drivers/interconnect/qcom/sm8450.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/interconnect/qcom/sm8450.c b/drivers/interconnect/qcom/sm8450.c
index 6ce413f7c10b..eb7e17df32ba 100644
--- a/drivers/interconnect/qcom/sm8450.c
+++ b/drivers/interconnect/qcom/sm8450.c
@@ -1888,6 +1888,7 @@ static struct platform_driver qnoc_driver = {
 	.driver = {
 		.name = "qnoc-sm8450",
 		.of_match_table = qnoc_of_match,
+		.sync_state = icc_sync_state,
 	},
 };
 

---
base-commit: 21ef7b1e17d039053edaeaf41142423810572741
change-id: 20230811-topic-8450_syncstate-46bce839c614

Best regards,
-- 
Konrad Dybcio <konrad.dybcio@linaro.org>
Re: [PATCH] interconnect: qcom: sm8450: Enable sync_state
Posted by Vinod Koul 2 years, 4 months ago
On 11-08-23, 19:34, Konrad Dybcio wrote:
> Enable sync_state on sm8450 so that the interconnect votes actually mean
> anything and aren't just pinned to INT_MAX.

Reviewed-by: Vinod Koul <vkoul@kernel.org>

-- 
~Vinod