diff options
| author | Stefan Roese <sr@denx.de> | 2013-04-09 21:06:09 +0000 |
|---|---|---|
| committer | Stefano Babic <sbabic@denx.de> | 2013-04-22 10:26:13 +0200 |
| commit | 99193e30b469030db241d126861f7b6c3929c787 (patch) | |
| tree | 84518ed7491753d1a48013d183c24825396c574b /arch/arm/include/asm/arch-mx6/imx-regs.h | |
| parent | 8870e4599689a879051f945c97551309d23ff176 (diff) | |
| download | olio-uboot-2014.01-99193e30b469030db241d126861f7b6c3929c787.tar.xz olio-uboot-2014.01-99193e30b469030db241d126861f7b6c3929c787.zip | |
dma: Add i.MX6 support to drivers/dma/apbh_dma.c
This will be used by the i.MX6 NAND support.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/arch-mx6/imx-regs.h')
| -rw-r--r-- | arch/arm/include/asm/arch-mx6/imx-regs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h index 09be97461..0e4d8fa73 100644 --- a/arch/arm/include/asm/arch-mx6/imx-regs.h +++ b/arch/arm/include/asm/arch-mx6/imx-regs.h @@ -45,6 +45,11 @@ #define DTCP_ARB_BASE_ADDR 0x00138000 #define DTCP_ARB_END_ADDR 0x0013BFFF #endif /* CONFIG_MX6SL */ + +#define MXS_APBH_BASE APBH_DMA_ARB_BASE_ADDR +#define MXS_GPMI_BASE (APBH_DMA_ARB_BASE_ADDR + 0x02000) +#define MXS_BCH_BASE (APBH_DMA_ARB_BASE_ADDR + 0x04000) + /* GPV - PL301 configuration ports */ #ifdef CONFIG_MX6SL #define GPV2_BASE_ADDR 0x00D00000 |