summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/dma-imx233.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx233/dma-imx233.c')
-rw-r--r--firmware/target/arm/imx233/dma-imx233.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/imx233/dma-imx233.c b/firmware/target/arm/imx233/dma-imx233.c
index eba41958a9..97001210d2 100644
--- a/firmware/target/arm/imx233/dma-imx233.c
+++ b/firmware/target/arm/imx233/dma-imx233.c
@@ -28,8 +28,8 @@
28void imx233_dma_init(void) 28void imx233_dma_init(void)
29{ 29{
30 /* Enable APHB and APBX */ 30 /* Enable APHB and APBX */
31 __REG_CLR(HW_APBH_CTRL0) = __BLOCK_CLKGATE | __BLOCK_SFTRST; 31 imx233_reset_block(&HW_APBH_CTRL0);
32 __REG_CLR(HW_APBX_CTRL0) = __BLOCK_CLKGATE | __BLOCK_SFTRST; 32 imx233_reset_block(&HW_APBX_CTRL0);
33} 33}
34 34
35void imx233_dma_reset_channel(unsigned chan) 35void imx233_dma_reset_channel(unsigned chan)