Message ID | 20230811-topic-8450_syncstate-v1-1-69ae5552a18b@linaro.org |
---|---|
State | Accepted |
Commit | 16862f1b2110eca6330e5be6d804e1a08e06a202 |
Headers | show |
Series | interconnect: qcom: sm8450: Enable sync_state | expand |
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>
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, }, };
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(+) --- base-commit: 21ef7b1e17d039053edaeaf41142423810572741 change-id: 20230811-topic-8450_syncstate-46bce839c614 Best regards,