Skip to content

Commit

Permalink
clk: qcom: Add sync state callback to all SC8280XP providers
Browse files Browse the repository at this point in the history
Now that we have support for sync state delayed disabling of unused
power domains and a provided generic gdsc sync state callback, add it to
all the providers related to the SC8280XP platform.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
  • Loading branch information
abelvesa authored and intel-lab-lkp committed Mar 15, 2023
1 parent cd2d7d9 commit 60773bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/qcom/dispcc-sc8280xp.c
Expand Up @@ -3199,6 +3199,7 @@ static struct platform_driver disp_cc_sc8280xp_driver = {
.driver = {
.name = "disp_cc-sc8280xp",
.of_match_table = disp_cc_sc8280xp_match_table,
.sync_state = gdsc_sync_state,
},
};

Expand Down
1 change: 1 addition & 0 deletions drivers/clk/qcom/gcc-sc8280xp.c
Expand Up @@ -7441,6 +7441,7 @@ static struct platform_driver gcc_sc8280xp_driver = {
.driver = {
.name = "gcc-sc8280xp",
.of_match_table = gcc_sc8280xp_match_table,
.sync_state = gdsc_sync_state,
},
};

Expand Down
1 change: 1 addition & 0 deletions drivers/clk/qcom/gpucc-sc8280xp.c
Expand Up @@ -453,6 +453,7 @@ static struct platform_driver gpu_cc_sc8280xp_driver = {
.driver = {
.name = "gpu_cc-sc8280xp",
.of_match_table = gpu_cc_sc8280xp_match_table,
.sync_state = gdsc_sync_state,
},
};
module_platform_driver(gpu_cc_sc8280xp_driver);
Expand Down

0 comments on commit 60773bb

Please sign in to comment.