Revert "ANDROID: clk: qcom: Add sync_state = clk_sync_state for db845c clock providers"

This reverts commit fe7d795db4.

This clk_sync_state change causes a 2 second boot time regression while
loading kernel modules.

I'm not sure if this clk_sync_state stuff is still needed on Db845c
anymore. Reverting this patch did not cause any obvious regression in
my limited test runs so far.

Bug: 146449535
Change-Id: I43b33571221cb4434b1215bbbe16fe48707e1814
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
This commit is contained in:
Amit Pundir
2024-12-09 21:53:21 +05:30
committed by Treehugger Robot
parent 3f3b52319d
commit 2d019b03d3
5 changed files with 0 additions and 6 deletions
-2
View File
@@ -3,7 +3,6 @@
* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
*/
#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/module.h>
#include <linux/platform_device.h>
@@ -872,7 +871,6 @@ static struct platform_driver disp_cc_sdm845_driver = {
.driver = {
.name = "disp_cc-sdm845",
.of_match_table = disp_cc_sdm845_match_table,
.sync_state = clk_sync_state,
},
};
-1
View File
@@ -3368,7 +3368,6 @@ static struct platform_driver gcc_msm8998_driver = {
.driver = {
.name = "gcc-msm8998",
.of_match_table = gcc_msm8998_match_table,
.sync_state = clk_sync_state,
},
};
-1
View File
@@ -4019,7 +4019,6 @@ static struct platform_driver gcc_sdm845_driver = {
.driver = {
.name = "gcc-sdm845",
.of_match_table = gcc_sdm845_match_table,
.sync_state = clk_sync_state,
},
};
-1
View File
@@ -200,7 +200,6 @@ static struct platform_driver gpu_cc_sdm845_driver = {
.driver = {
.name = "sdm845-gpucc",
.of_match_table = gpu_cc_sdm845_match_table,
.sync_state = clk_sync_state,
},
};
-1
View File
@@ -337,7 +337,6 @@ static struct platform_driver video_cc_sdm845_driver = {
.driver = {
.name = "sdm845-videocc",
.of_match_table = video_cc_sdm845_match_table,
.sync_state = clk_sync_state,
},
};