Re: [PATCH] dma: ti: k3-udma: Fix BCDMA probe by adding check for MMR_RFLOW

2024-12-17 Thread Jon Humphreys
Prasanth Babu Mantena writes: > RFLOW config related MMR does not exist incase of BCDMA. > Add check to bypass the RFLOW MMR extraction. > Without this, the probe sequence fails checking for > the MMR_RFLOW region, which is valid only for packet based > DMA and obselete for BCDMA. > > Signed-off-

[PATCH] dma: ti: k3-udma: Fix BCDMA probe by adding check for MMR_RFLOW

2024-12-10 Thread Prasanth Babu Mantena
RFLOW config related MMR does not exist incase of BCDMA. Add check to bypass the RFLOW MMR extraction. Without this, the probe sequence fails checking for the MMR_RFLOW region, which is valid only for packet based DMA and obselete for BCDMA. Signed-off-by: Prasanth Babu Mantena --- drivers/dma/t