Skip to content

Commit 4e048e9

Browse files
konradybcioGeorgi Djakov
authored andcommitted
interconnect: qcom: qcm2290: Enable sync state
Enable the generic .sync_state callback to ensure there are no outstanding votes that would waste power. Generally one would need a bunch of interface clocks to access the QoS registers when trying to go over all possible nodes during sync_state, but QCM2290 surprisingly does not seem to require any such handling. Fixes: 1a14b1a ("interconnect: qcom: Add QCM2290 driver support") Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Georgi Djakov <[email protected]>
1 parent ba86de8 commit 4e048e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/interconnect/qcom/qcm2290.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,6 +1361,7 @@ static struct platform_driver qcm2290_noc_driver = {
13611361
.driver = {
13621362
.name = "qnoc-qcm2290",
13631363
.of_match_table = qcm2290_noc_of_match,
1364+
.sync_state = icc_sync_state,
13641365
},
13651366
};
13661367
module_platform_driver(qcm2290_noc_driver);

0 commit comments

Comments
 (0)