Skip to content

Commit bfc7db1

Browse files
konradybcioGeorgi Djakov
authored andcommitted
interconnect: qcom: sm8250: Enable sync_state
Add the generic icc sync_state callback to ensure interconnect votes are taken into account, instead of being pegged at maximum values. Fixes: b95b668 ("interconnect: qcom: icc-rpmh: Add BCMs to commit list in pre_aggregate") Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Georgi Djakov <[email protected]>
1 parent ad2ab12 commit bfc7db1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/interconnect/qcom/sm8250.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1995,6 +1995,7 @@ static struct platform_driver qnoc_driver = {
19951995
.driver = {
19961996
.name = "qnoc-sm8250",
19971997
.of_match_table = qnoc_of_match,
1998+
.sync_state = icc_sync_state,
19981999
},
19992000
};
20002001
module_platform_driver(qnoc_driver);

0 commit comments

Comments
 (0)