aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw-edma/dw-hdma-v0-regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/dw-edma/dw-hdma-v0-regs.h')
-rw-r--r--drivers/dma/dw-edma/dw-hdma-v0-regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/dw-edma/dw-hdma-v0-regs.h b/drivers/dma/dw-edma/dw-hdma-v0-regs.h
index a974abdf8aaf5e..eab5fd7177e545 100644
--- a/drivers/dma/dw-edma/dw-hdma-v0-regs.h
+++ b/drivers/dma/dw-edma/dw-hdma-v0-regs.h
@@ -15,7 +15,7 @@
#define HDMA_V0_LOCAL_ABORT_INT_EN BIT(6)
#define HDMA_V0_REMOTE_ABORT_INT_EN BIT(5)
#define HDMA_V0_LOCAL_STOP_INT_EN BIT(4)
-#define HDMA_V0_REMOTEL_STOP_INT_EN BIT(3)
+#define HDMA_V0_REMOTE_STOP_INT_EN BIT(3)
#define HDMA_V0_ABORT_INT_MASK BIT(2)
#define HDMA_V0_STOP_INT_MASK BIT(0)
#define HDMA_V0_LINKLIST_EN BIT(0)