[PATCH v1 2/2] dmaengine: dw-edma: IP name corrected under its struct

From: Devendra K Verma

Date: Mon Sep 07 2026 - 07:10:08 EST


For 'xilinx_cpm6_dma_data' struct which is CPM6 IP, the comment
under this struct has typo and mentiones 'MDB' registers when
it shall be 'CPM6' regisers.

Signed-off-by: Devendra K Verma <devverma@xxxxxxx>
---
drivers/dma/dw-edma/dw-edma-pcie.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/dma/dw-edma/dw-edma-pcie.c b/drivers/dma/dw-edma/dw-edma-pcie.c
index 006dea7d6322..762a693ab55b 100644
--- a/drivers/dma/dw-edma/dw-edma-pcie.c
+++ b/drivers/dma/dw-edma/dw-edma-pcie.c
@@ -146,7 +146,7 @@ static const struct dw_edma_pcie_data xilinx_mdb_data = {
};

static const struct dw_edma_pcie_data xilinx_cpm6_dma_data = {
- /* MDB registers location */
+ /* CPM6 registers location */
.rg.bar = BAR_0,
.rg.off = SZ_4K, /* 4 Kbytes */
.rg.sz = SZ_8K, /* 8 Kbytes */
--
2.43.0