We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff68b2 commit 2116819Copy full SHA for 2116819
drivers/clk/qcom/gpucc-sa8775p.c
@@ -523,6 +523,9 @@ static struct clk_regmap *gpu_cc_sa8775p_clocks[] = {
523
524
static struct gdsc cx_gdsc = {
525
.gdscr = 0x9108,
526
+ .en_rest_wait_val = 0x2,
527
+ .en_few_wait_val = 0x2,
528
+ .clk_dis_wait_val = 0xf,
529
.gds_hw_ctrl = 0x953c,
530
.pd = {
531
.name = "cx_gdsc",
@@ -533,6 +536,9 @@ static struct gdsc cx_gdsc = {
533
536
534
537
static struct gdsc gx_gdsc = {
535
538
.gdscr = 0x905c,
539
540
541
542
543
.name = "gx_gdsc",
544
.power_on = gdsc_gx_do_nothing_enable,
0 commit comments