Re: [PATCH v6 03/12] dmaengine: qcom: bam_dma: add bam_pipe_lock flag support

From: Bartosz Golaszewski
Date: Fri Mar 07 2025 - 08:38:12 EST


On Wed, Jan 15, 2025 at 11:33 AM Md Sadre Alam <quic_mdalam@xxxxxxxxxxx> wrote:
>
> BAM IP version 1.4.0 and above only supports this LOCK/UNLOCK
> feature. So adding check for the same and setting bam_pipe_lock
> based on BAM SW Version.
>

Why do we need to read it at run-time if we already know the version
of the IP from the compatible?

Bartosz