summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-lpc32xx/sys_proto.h
diff options
context:
space:
mode:
authorSylvain Lemieux <slemieux@tycoint.com>2015-08-10 12:16:31 (GMT)
committerTom Rini <trini@konsulko.com>2015-08-18 17:45:55 (GMT)
commit980db8ca43066dc094517df01fe560ccac87ecfb (patch)
treea213600492c3a924871932e97c945e1bc0f60c04 /arch/arm/include/asm/arch-lpc32xx/sys_proto.h
parent952bd79b53f002740634977edfc0c4d744908032 (diff)
downloadu-boot-980db8ca43066dc094517df01fe560ccac87ecfb.tar.xz
dma: lpc32xx: add DMA driver
Incorporate DMA driver from legacy LPCLinux NXP BSP. The files taken from the legacy patch are: - lpc32xx DMA driver - lpc3250 header file DMA registers definition. The legacy driver was updated and clean-up as part of the integration with the latest u-boot. Signed-off-by: Sylvain Lemieux <slemieux@tycoint.com> Acked-by: Marek Vasut <marex@denx.de> Tested-by: Vladimir Zapolskiy <vz@mleia.com>
Diffstat (limited to 'arch/arm/include/asm/arch-lpc32xx/sys_proto.h')
-rw-r--r--arch/arm/include/asm/arch-lpc32xx/sys_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-lpc32xx/sys_proto.h b/arch/arm/include/asm/arch-lpc32xx/sys_proto.h
index 0845f83..d6e5e68 100644
--- a/arch/arm/include/asm/arch-lpc32xx/sys_proto.h
+++ b/arch/arm/include/asm/arch-lpc32xx/sys_proto.h
@@ -10,6 +10,7 @@
#include <asm/arch/emc.h>
void lpc32xx_uart_init(unsigned int uart_id);
+void lpc32xx_dma_init(void);
void lpc32xx_mac_init(void);
void lpc32xx_mlc_nand_init(void);
void lpc32xx_slc_nand_init(void);