Skip to content

Commit b1ec8b5

Browse files
abelvesaandersson
authored andcommitted
clk: qcom: Drop mmcx gdsc supply for dispcc and videocc
Both dispcc and videocc use mmcx power domain now. Lets drop the supply mmcx from every gdsc. Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Fixes: 266e5cf ("arm64: dts: qcom: sm8250: remove mmcx regulator") Signed-off-by: Abel Vesa <abel.vesa@linaro.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220713143200.3686765-1-abel.vesa@linaro.org
1 parent b5eb8cd commit b1ec8b5

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

drivers/clk/qcom/dispcc-sm8250.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,6 @@ static struct gdsc mdss_gdsc = {
11381138
},
11391139
.pwrsts = PWRSTS_OFF_ON,
11401140
.flags = HW_CTRL,
1141-
.supply = "mmcx",
11421141
};
11431142

11441143
static struct clk_regmap *disp_cc_sm8250_clocks[] = {

drivers/clk/qcom/videocc-sm8250.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ static struct gdsc mvs0c_gdsc = {
277277
},
278278
.flags = 0,
279279
.pwrsts = PWRSTS_OFF_ON,
280-
.supply = "mmcx",
281280
};
282281

283282
static struct gdsc mvs1c_gdsc = {
@@ -287,7 +286,6 @@ static struct gdsc mvs1c_gdsc = {
287286
},
288287
.flags = 0,
289288
.pwrsts = PWRSTS_OFF_ON,
290-
.supply = "mmcx",
291289
};
292290

293291
static struct gdsc mvs0_gdsc = {
@@ -297,7 +295,6 @@ static struct gdsc mvs0_gdsc = {
297295
},
298296
.flags = HW_CTRL,
299297
.pwrsts = PWRSTS_OFF_ON,
300-
.supply = "mmcx",
301298
};
302299

303300
static struct gdsc mvs1_gdsc = {
@@ -307,7 +304,6 @@ static struct gdsc mvs1_gdsc = {
307304
},
308305
.flags = HW_CTRL,
309306
.pwrsts = PWRSTS_OFF_ON,
310-
.supply = "mmcx",
311307
};
312308

313309
static struct clk_regmap *video_cc_sm8250_clocks[] = {

0 commit comments

Comments
 (0)