On 14/10/2020 05:16, Stephen Boyd wrote:
Quoting Dmitry Baryshkov (2020-10-05 15:59:14)
diff --git a/drivers/clk/qcom/dispcc-sm8250.c b/drivers/clk/qcom/dispcc-sm8250.c
index 07a98d3f882d..3941054a7b07 100644
--- a/drivers/clk/qcom/dispcc-sm8250.c
+++ b/drivers/clk/qcom/dispcc-sm8250.c
@@ -963,6 +963,8 @@ static struct gdsc mdss_gdsc = {
},
.pwrsts = PWRSTS_OFF_ON,
.flags = HW_CTRL,
+ .domain = "mmcx",
+ .perf_idx = 0,
Does a perf_idx of 0 mean off? Or just "not off"?
It means 'use performance state with index 0 declared in the DTS'.
--
With best wishes
Dmitry