Re: [PATCH v2 3/3] remoteproc: qcom_q6v5_pas: add per-PD proxy performance states for Hawi CDSP
From: Abel Vesa
Date: Thu Sep 03 2026 - 05:33:11 EST
On 26-09-03 02:13:34, Mukesh Ojha wrote:
> The proxy power domain enable path requests INT_MAX performance
> state for every proxy PD. On Hawi, the NSP proxy power domain's
> RPMH power domain has no OPP at INT_MAX, while CX and MXC accept
> INT_MAX, mapping to their maximum supported level.
>
> Introduce a proxy_pd_performance_states array in qcom_pas_data
> to allow per-PD RPMH levels to be declared explicitly. Platforms
> that omit this field retain the existing INT_MAX behaviour.
>
> Add Hawi CDSP remoteproc support with the following proxy PD
> performance states:
>
> CX: RPMH_REGULATOR_LEVEL_TURBO
> MXC: RPMH_REGULATOR_LEVEL_TURBO
> NSP: RPMH_REGULATOR_LEVEL_NOM
>
> Signed-off-by: Mukesh Ojha <mukesh.ojha@xxxxxxxxxxxxxxxx>
Looks OK to me, so:
Reviewed-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>