Re: [PATCH 4/5] clk: qcom: videocc: Add support to attach multiple power domains
From: Bryan O'Donoghue
Date: Thu Feb 20 2025 - 17:34:57 EST
On 20/02/2025 22:31, Bryan O'Donoghue wrote:
It seems to me anyway we should try to push as much of this into core
logic to be reused as possible.
But there's no valid use-case for doing
ret = devm_pm_domain_attach_list(dev, NULL, &cc->pd_list);
in the driver and then conditionally doing it again in really_probe().
Its an either/or.
---
bod