Skip to content

Commit 24406f6

Browse files
konradybcioGeorgi Djakov
authored andcommitted
interconnect: qcom: sm8550: Enable sync_state
To ensure the interconnect votes are actually meaningful and in order to prevent holding all buses at FMAX, introduce the sync state callback. Fixes: e6f0d6a ("interconnect: qcom: Add SM8550 interconnect provider driver") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20231218-topic-8550_fixes-v1-2-ce1272d77540@linaro.org Signed-off-by: Georgi Djakov <djakov@kernel.org>
1 parent 85e985a commit 24406f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/interconnect/qcom/sm8550.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2223,6 +2223,7 @@ static struct platform_driver qnoc_driver = {
22232223
.driver = {
22242224
.name = "qnoc-sm8550",
22252225
.of_match_table = qnoc_of_match,
2226+
.sync_state = icc_sync_state,
22262227
},
22272228
};
22282229

0 commit comments

Comments
 (0)