Skip to content

Commit d3681b3

Browse files
lumagGeorgi Djakov
authored andcommitted
interconnect: qcom: sm8250: Enable sync_state
Enable the generic icc sync_state callback to ensure interconnect votes are actually taken into account, instead of being forced to the maximum value. Fixes: b95b668 ("interconnect: qcom: icc-rpmh: Add BCMs to commit list in pre_aggregate") Signed-off-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Georgi Djakov <[email protected]>
1 parent b8ca67b commit d3681b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/interconnect/qcom/sm8350.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,6 +1811,7 @@ static struct platform_driver qnoc_driver = {
18111811
.driver = {
18121812
.name = "qnoc-sm8350",
18131813
.of_match_table = qnoc_of_match,
1814+
.sync_state = icc_sync_state,
18141815
},
18151816
};
18161817
module_platform_driver(qnoc_driver);

0 commit comments

Comments
 (0)