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 <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20240804-sm8350-fixes-v1-8-1149dd8399fe@linaro.org Signed-off-by: Georgi Djakov <djakov@kernel.org>
1 parent b8ca67b commit d3681b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)