On 06/08/2024 23:12, Vladimir Zapolskiy wrote:
There is a chance to meet runtime issues during configuration of CAMSS power domains, because on the error path dev_pm_domain_detach() is unexpectedly called with NULL or error pointer. Fixes: 23aa4f0cd327 ("media: qcom: camss: Move VFE power-domain specifics into vfe.c") Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@xxxxxxxxxx>
Have you tested this with and without named power domains in your dts ? The logic here is complex to support both the legacy non-named case and the updated named required case.
Could you also provide a backtrace of a failing camss_configure_pd() for the commit log.
--- bod