Re: [PATCH 8/9] remoteproc: qcom_q6v5_wcss: drop unused clocks from q6v5 struct
From: Konrad Dybcio
Date: Fri Dec 19 2025 - 08:31:11 EST
On 12/19/25 5:34 AM, Alexandru Gagniuc wrote:
> Three of the clocks from struct q6v5_wcss are not populated, and are
> not used. Remove them.
>
> Fixes: 0af65b9b915e ("remoteproc: qcom: wcss: Add non pas wcss Q6 support for QCS404")
>
> Signed-off-by: Alexandru Gagniuc <mr.nuke.me@xxxxxxxxx>
> ---
It's worth noting they are handled by the driver through register accesses
to the Q6 regspace
This patch can be moved to #1 so that Bjorn can pick it up independently
Konrad