drivers: clk: Specify sync probe for gcpu_cc kona and lito

Bug: 115776306
Bug: 77146523

Signed-off-by: Miguel de Dios <migueldedios@google.com>
Change-Id: I91abf60afaee6dfc318d4a11cdea17a6bc95163c
Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
This commit is contained in:
Miguel de Dios 2021-07-06 14:29:17 +09:00 committed by spakkkk
parent b63095fae9
commit 7c8716d34e
2 changed files with 2 additions and 0 deletions

View File

@ -451,6 +451,7 @@ static struct platform_driver gpu_cc_kona_driver = {
.driver = {
.name = "gpu_cc-kona",
.of_match_table = gpu_cc_kona_match_table,
.probe_type = PROBE_FORCE_SYNCHRONOUS,
},
};

View File

@ -379,6 +379,7 @@ static struct platform_driver gpu_cc_lito_driver = {
.driver = {
.name = "gpu_cc-lito",
.of_match_table = gpu_cc_lito_match_table,
.probe_type = PROBE_FORCE_SYNCHRONOUS,
},
};