On 9/9/26 12:50 PM, Mukesh Ojha wrote: > The proxy power domain enable path discards the return value of > dev_pm_genpd_set_performance_state(), masking failures silently. > When the call fails the performance state is not applied, yet > firmware load proceeds without any indication of the problem. > > Capture the return value and bail out on failure, unwinding any > previously voted proxy PDs via the existing unroll path. A proxy > performance state failure indicates that the requested OPP is not > supported by the underlying power domain; continuing would leave > the remoteproc running with an unconfigured voltage/frequency > vote, so treat it as fatal. > > Reviewed-by: Abel Vesa <[email protected]> > Signed-off-by: Mukesh Ojha <[email protected]> > ---
Reviewed-by: Konrad Dybcio <[email protected]> Konrad

