On 18/11/2024 13:39, Dmitry Baryshkov wrote:
It brings up every PM domain in the list
clock_cc {
power-domains = <somedomain0>, <another-domain>;
};
No different to what the core code does for a single domain - except we can
actually turn the PDs off with the pm_runtime_put().
I see. I missed the device link part of the dev_pm_domain_attach_list().
Just to check, have you checked that this provides no splats in
lockdep-enabled kernels?
No, I haven't.
I'll have a look at that now. I did test on sc8280xp though.
I'll get back to you on lockdep.
---
bod