Re: [PATCH 6/6] clk: qcom: videocc-sm8250: stop using mmcx regulator

From: Bjorn Andersson
Date: Wed Jun 30 2021 - 13:13:29 EST


On Wed 30 Jun 08:31 CDT 2021, Dmitry Baryshkov wrote:

> Now as the common qcom clock controller code has been taught about power
> domains, stop mentioning mmcx supply as a way to power up the clock
> controller's gdscs.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>

Reviewed-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>

Regards,
Bjorn

> ---
> drivers/clk/qcom/videocc-sm8250.c | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/drivers/clk/qcom/videocc-sm8250.c b/drivers/clk/qcom/videocc-sm8250.c
> index 7b435a1c2c4b..eedef85d90e5 100644
> --- a/drivers/clk/qcom/videocc-sm8250.c
> +++ b/drivers/clk/qcom/videocc-sm8250.c
> @@ -276,7 +276,6 @@ static struct gdsc mvs0c_gdsc = {
> },
> .flags = 0,
> .pwrsts = PWRSTS_OFF_ON,
> - .supply = "mmcx",
> };
>
> static struct gdsc mvs1c_gdsc = {
> @@ -286,7 +285,6 @@ static struct gdsc mvs1c_gdsc = {
> },
> .flags = 0,
> .pwrsts = PWRSTS_OFF_ON,
> - .supply = "mmcx",
> };
>
> static struct gdsc mvs0_gdsc = {
> @@ -296,7 +294,6 @@ static struct gdsc mvs0_gdsc = {
> },
> .flags = HW_CTRL,
> .pwrsts = PWRSTS_OFF_ON,
> - .supply = "mmcx",
> };
>
> static struct gdsc mvs1_gdsc = {
> @@ -306,7 +303,6 @@ static struct gdsc mvs1_gdsc = {
> },
> .flags = HW_CTRL,
> .pwrsts = PWRSTS_OFF_ON,
> - .supply = "mmcx",
> };
>
> static struct clk_regmap *video_cc_sm8250_clocks[] = {
> --
> 2.30.2
>