clk: qcom: gdsc: Add the missing BIMC gdsc for msm8996
Add BIMC gdsc data found in MMCC part of msm8996 family of devices. Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
parent
0698102576
commit
63bb4fd6a3
|
@ -2888,6 +2888,14 @@ static struct clk_hw *mmcc_msm8996_hws[] = {
|
||||||
&gpll0_div.hw,
|
&gpll0_div.hw,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static struct gdsc mmagic_bimc_gdsc = {
|
||||||
|
.gdscr = 0x529c,
|
||||||
|
.pd = {
|
||||||
|
.name = "mmagic_bimc",
|
||||||
|
},
|
||||||
|
.pwrsts = PWRSTS_OFF_ON,
|
||||||
|
};
|
||||||
|
|
||||||
static struct gdsc mmagic_video_gdsc = {
|
static struct gdsc mmagic_video_gdsc = {
|
||||||
.gdscr = 0x119c,
|
.gdscr = 0x119c,
|
||||||
.gds_hw_ctrl = 0x120c,
|
.gds_hw_ctrl = 0x120c,
|
||||||
|
@ -3201,6 +3209,7 @@ static struct clk_regmap *mmcc_msm8996_clocks[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct gdsc *mmcc_msm8996_gdscs[] = {
|
static struct gdsc *mmcc_msm8996_gdscs[] = {
|
||||||
|
[MMAGIC_BIMC_GDSC] = &mmagic_bimc_gdsc,
|
||||||
[MMAGIC_VIDEO_GDSC] = &mmagic_video_gdsc,
|
[MMAGIC_VIDEO_GDSC] = &mmagic_video_gdsc,
|
||||||
[MMAGIC_MDSS_GDSC] = &mmagic_mdss_gdsc,
|
[MMAGIC_MDSS_GDSC] = &mmagic_mdss_gdsc,
|
||||||
[MMAGIC_CAMSS_GDSC] = &mmagic_camss_gdsc,
|
[MMAGIC_CAMSS_GDSC] = &mmagic_camss_gdsc,
|
||||||
|
|
|
@ -298,5 +298,6 @@
|
||||||
#define FD_GDSC 12
|
#define FD_GDSC 12
|
||||||
#define MDSS_GDSC 13
|
#define MDSS_GDSC 13
|
||||||
#define GPU_GX_GDSC 14
|
#define GPU_GX_GDSC 14
|
||||||
|
#define MMAGIC_BIMC_GDSC 15
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue