mirror of https://gitee.com/openkylin/linux.git
clk: qcom: dispcc-sm8250: handle MMCX power domain
On SM8250 MMCX power domain is required to access MMDS_GDSC registers. This power domain is expressed as mmcx-supply regulator property. Use this regulator as MDSS_GDSC supply. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20201023131925.334864-6-dmitry.baryshkov@linaro.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
8d4025943e
commit
3105c7c91f
|
@ -963,6 +963,7 @@ 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[] = {
|
||||||
|
|
Loading…
Reference in New Issue