On Wed Jun 11 11:13:44 2025 +0530, Akhil P Oommen wrote:
> Pass PD_FLAG_REQUIRED_OPP flag to allow opp framework to scale the rpmpd
> power domains.
> 
> Signed-off-by: Akhil P Oommen <akhi...@oss.qualcomm.com>
> Reviewed-by: Dikshita Agarwal <quic_diksh...@quicinc.com>
> Signed-off-by: Bryan O'Donoghue <b...@kernel.org>
> Signed-off-by: Hans Verkuil <hverk...@xs4all.nl>

Patch committed.

Thanks,
Hans Verkuil

 drivers/media/platform/qcom/iris/iris_probe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

diff --git a/drivers/media/platform/qcom/iris/iris_probe.c 
b/drivers/media/platform/qcom/iris/iris_probe.c
index 9a7ce142f700..4e6e92357968 100644
--- a/drivers/media/platform/qcom/iris/iris_probe.c
+++ b/drivers/media/platform/qcom/iris/iris_probe.c
@@ -53,7 +53,7 @@ static int iris_init_power_domains(struct iris_core *core)
        struct dev_pm_domain_attach_data iris_opp_pd_data = {
                .pd_names = core->iris_platform_data->opp_pd_tbl,
                .num_pd_names = core->iris_platform_data->opp_pd_tbl_size,
-               .pd_flags = PD_FLAG_DEV_LINK_ON,
+               .pd_flags = PD_FLAG_DEV_LINK_ON | PD_FLAG_REQUIRED_OPP,
        };
 
        ret = devm_pm_domain_attach_list(core->dev, &iris_pd_data, 
&core->pmdomain_tbl);

Reply via email to