mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 12:44:23 +08:00
dma: ti: k3-udma: Fix debug prints during enabling MEM_TO_DEV transfers
Fix up the debug prints that were dumping state of TCHAN RT registers to use tchan for MEM_TO_DEV transfers. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
parent
c0b9490304
commit
c16cdd4247
@ -449,9 +449,9 @@ static int udma_start(struct udma_chan *uc)
|
||||
|
||||
pr_debug("%s(tx): RT_CTL:0x%08x PEER RT_ENABLE:0x%08x\n",
|
||||
__func__,
|
||||
udma_rchanrt_read(uc->rchan,
|
||||
udma_tchanrt_read(uc->tchan,
|
||||
UDMA_TCHAN_RT_CTL_REG),
|
||||
udma_rchanrt_read(uc->rchan,
|
||||
udma_tchanrt_read(uc->tchan,
|
||||
UDMA_TCHAN_RT_PEER_RT_EN_REG));
|
||||
break;
|
||||
case DMA_MEM_TO_MEM:
|
||||
|
Loading…
Reference in New Issue
Block a user