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 <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20231130-topic-8250icc_syncstate-v1-1-7ce78ba6e04c@linaro.org Signed-off-by: Georgi Djakov <djakov@kernel.org>
1 parent ad2ab12 commit bfc7db1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)