File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 20
20
#include "clk-regmap-divider.h"
21
21
#include "common.h"
22
22
#include "gdsc.h"
23
+ #include "reset.h"
23
24
24
25
enum {
25
26
P_BI_TCXO ,
@@ -445,6 +446,10 @@ static struct clk_branch disp_cc_sleep_clk = {
445
446
},
446
447
};
447
448
449
+ static const struct qcom_reset_map disp_cc_qcm2290_resets [] = {
450
+ [DISP_CC_MDSS_CORE_BCR ] = { 0x2000 },
451
+ };
452
+
448
453
static struct gdsc mdss_gdsc = {
449
454
.gdscr = 0x3000 ,
450
455
.pd = {
@@ -494,6 +499,8 @@ static const struct qcom_cc_desc disp_cc_qcm2290_desc = {
494
499
.num_clks = ARRAY_SIZE (disp_cc_qcm2290_clocks ),
495
500
.gdscs = disp_cc_qcm2290_gdscs ,
496
501
.num_gdscs = ARRAY_SIZE (disp_cc_qcm2290_gdscs ),
502
+ .resets = disp_cc_qcm2290_resets ,
503
+ .num_resets = ARRAY_SIZE (disp_cc_qcm2290_resets ),
497
504
};
498
505
499
506
static const struct of_device_id disp_cc_qcm2290_match_table [] = {
You can’t perform that action at this time.
0 commit comments