]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
clk: qcom: Drop mmcx gdsc supply for dispcc and videocc
authorAbel Vesa <abel.vesa@linaro.org>
Wed, 13 Jul 2022 14:32:00 +0000 (17:32 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Aug 2022 12:41:50 +0000 (14:41 +0200)
[ Upstream commit b1ec8b53c9ae5fae33d60e9638d39ca5346b941b ]

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: 266e5cf39a0f ("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
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clk/qcom/dispcc-sm8250.c
drivers/clk/qcom/videocc-sm8250.c

index db9379634fb220d0135b347077e51d29e0213bc6..f646fdfe6f1543972fa00287c9d7c60b924c13ba 100644 (file)
@@ -1134,7 +1134,6 @@ static struct gdsc mdss_gdsc = {
        },
        .pwrsts = PWRSTS_OFF_ON,
        .flags = HW_CTRL,
-       .supply = "mmcx",
 };
 
 static struct clk_regmap *disp_cc_sm8250_clocks[] = {
index 8617454e4a77c35f2c47f345b333dab3323ab7b3..f28f2cb051d72b88c11e1d106803a9492ed670c0 100644 (file)
@@ -277,7 +277,6 @@ static struct gdsc mvs0c_gdsc = {
        },
        .flags = 0,
        .pwrsts = PWRSTS_OFF_ON,
-       .supply = "mmcx",
 };
 
 static struct gdsc mvs1c_gdsc = {
@@ -287,7 +286,6 @@ static struct gdsc mvs1c_gdsc = {
        },
        .flags = 0,
        .pwrsts = PWRSTS_OFF_ON,
-       .supply = "mmcx",
 };
 
 static struct gdsc mvs0_gdsc = {
@@ -297,7 +295,6 @@ static struct gdsc mvs0_gdsc = {
        },
        .flags = HW_CTRL,
        .pwrsts = PWRSTS_OFF_ON,
-       .supply = "mmcx",
 };
 
 static struct gdsc mvs1_gdsc = {
@@ -307,7 +304,6 @@ static struct gdsc mvs1_gdsc = {
        },
        .flags = HW_CTRL,
        .pwrsts = PWRSTS_OFF_ON,
-       .supply = "mmcx",
 };
 
 static struct clk_regmap *video_cc_sm8250_clocks[] = {