aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/da850.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-davinci/da850.c')
-rw-r--r--arch/arm/mach-davinci/da850.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c
index fcfde2a72f8f..1ac8f6318c1b 100644
--- a/arch/arm/mach-davinci/da850.c
+++ b/arch/arm/mach-davinci/da850.c
@@ -771,6 +771,12 @@ static struct map_desc da850_io_desc[] = {
771 .length = DA8XX_CP_INTC_SIZE, 771 .length = DA8XX_CP_INTC_SIZE,
772 .type = MT_DEVICE 772 .type = MT_DEVICE
773 }, 773 },
774 {
775 .virtual = SRAM_VIRT,
776 .pfn = __phys_to_pfn(DA8XX_ARM_RAM_BASE),
777 .length = SZ_8K,
778 .type = MT_DEVICE
779 },
774}; 780};
775 781
776static void __iomem *da850_psc_bases[] = { 782static void __iomem *da850_psc_bases[] = {
@@ -1044,6 +1050,8 @@ static struct davinci_soc_info davinci_soc_info_da850 = {
1044 .gpio_irq = IRQ_DA8XX_GPIO0, 1050 .gpio_irq = IRQ_DA8XX_GPIO0,
1045 .serial_dev = &da8xx_serial_device, 1051 .serial_dev = &da8xx_serial_device,
1046 .emac_pdata = &da8xx_emac_pdata, 1052 .emac_pdata = &da8xx_emac_pdata,
1053 .sram_dma = DA8XX_ARM_RAM_BASE,
1054 .sram_len = SZ_8K,
1047}; 1055};
1048 1056
1049void __init da850_init(void) 1057void __init da850_init(void)