Commit b1ec8b53 authored by Abel Vesa's avatar Abel Vesa Committed by Bjorn Andersson

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: 266e5cf3 ("arm64: dts: qcom: sm8250: remove mmcx regulator")
Signed-off-by: default avatarAbel Vesa <abel.vesa@linaro.org>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220713143200.3686765-1-abel.vesa@linaro.org
parent b5eb8cde
...@@ -1138,7 +1138,6 @@ static struct gdsc mdss_gdsc = { ...@@ -1138,7 +1138,6 @@ static struct gdsc mdss_gdsc = {
}, },
.pwrsts = PWRSTS_OFF_ON, .pwrsts = PWRSTS_OFF_ON,
.flags = HW_CTRL, .flags = HW_CTRL,
.supply = "mmcx",
}; };
static struct clk_regmap *disp_cc_sm8250_clocks[] = { static struct clk_regmap *disp_cc_sm8250_clocks[] = {
......
...@@ -277,7 +277,6 @@ static struct gdsc mvs0c_gdsc = { ...@@ -277,7 +277,6 @@ static struct gdsc mvs0c_gdsc = {
}, },
.flags = 0, .flags = 0,
.pwrsts = PWRSTS_OFF_ON, .pwrsts = PWRSTS_OFF_ON,
.supply = "mmcx",
}; };
static struct gdsc mvs1c_gdsc = { static struct gdsc mvs1c_gdsc = {
...@@ -287,7 +286,6 @@ static struct gdsc mvs1c_gdsc = { ...@@ -287,7 +286,6 @@ static struct gdsc mvs1c_gdsc = {
}, },
.flags = 0, .flags = 0,
.pwrsts = PWRSTS_OFF_ON, .pwrsts = PWRSTS_OFF_ON,
.supply = "mmcx",
}; };
static struct gdsc mvs0_gdsc = { static struct gdsc mvs0_gdsc = {
...@@ -297,7 +295,6 @@ static struct gdsc mvs0_gdsc = { ...@@ -297,7 +295,6 @@ static struct gdsc mvs0_gdsc = {
}, },
.flags = HW_CTRL, .flags = HW_CTRL,
.pwrsts = PWRSTS_OFF_ON, .pwrsts = PWRSTS_OFF_ON,
.supply = "mmcx",
}; };
static struct gdsc mvs1_gdsc = { static struct gdsc mvs1_gdsc = {
...@@ -307,7 +304,6 @@ static struct gdsc mvs1_gdsc = { ...@@ -307,7 +304,6 @@ static struct gdsc mvs1_gdsc = {
}, },
.flags = HW_CTRL, .flags = HW_CTRL,
.pwrsts = PWRSTS_OFF_ON, .pwrsts = PWRSTS_OFF_ON,
.supply = "mmcx",
}; };
static struct clk_regmap *video_cc_sm8250_clocks[] = { static struct clk_regmap *video_cc_sm8250_clocks[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment