mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
interconnect: qcom: sm8250: Enable sync_state
[ Upstream commit bfc7db1cb94ad664546d70212699f8cc6c539e8c ]
Add the generic icc sync_state callback to ensure interconnect votes
are taken into account, instead of being pegged at maximum values.
Fixes: b95b668eaa ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
90aa62722d
commit
3637f6bdfe
@@ -551,6 +551,7 @@ static struct platform_driver qnoc_driver = {
|
|||||||
.driver = {
|
.driver = {
|
||||||
.name = "qnoc-sm8250",
|
.name = "qnoc-sm8250",
|
||||||
.of_match_table = qnoc_of_match,
|
.of_match_table = qnoc_of_match,
|
||||||
|
.sync_state = icc_sync_state,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
module_platform_driver(qnoc_driver);
|
module_platform_driver(qnoc_driver);
|
||||||
|
|||||||
Reference in New Issue
Block a user