Skip to content

Commit 16862f1

Browse files
konradybcioGeorgi Djakov
authored andcommitted
interconnect: qcom: sm8450: Enable sync_state
Enable sync_state on sm8450 so that the interconnect votes actually mean anything and aren't just pinned to INT_MAX. Fixes: fafc114 ("interconnect: qcom: Add SM8450 interconnect provider driver") Signed-off-by: Konrad Dybcio <[email protected]> Reviewed-by: Vinod Koul <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Georgi Djakov <[email protected]>
1 parent dd4904f commit 16862f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/interconnect/qcom/sm8450.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1888,6 +1888,7 @@ static struct platform_driver qnoc_driver = {
18881888
.driver = {
18891889
.name = "qnoc-sm8450",
18901890
.of_match_table = qnoc_of_match,
1891+
.sync_state = icc_sync_state,
18911892
},
18921893
};
18931894

0 commit comments

Comments
 (0)