diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-davinci/da850.c | 4 | ||||
-rw-r--r-- | arch/arm/mach-davinci/include/mach/da8xx.h | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c index ffc84f5e1aa2..41d2cabbcf33 100644 --- a/arch/arm/mach-davinci/da850.c +++ b/arch/arm/mach-davinci/da850.c | |||
@@ -1233,8 +1233,8 @@ static struct davinci_soc_info davinci_soc_info_da850 = { | |||
1233 | .gpio_irq = IRQ_DA8XX_GPIO0, | 1233 | .gpio_irq = IRQ_DA8XX_GPIO0, |
1234 | .serial_dev = &da8xx_serial_device, | 1234 | .serial_dev = &da8xx_serial_device, |
1235 | .emac_pdata = &da8xx_emac_pdata, | 1235 | .emac_pdata = &da8xx_emac_pdata, |
1236 | .sram_dma = DA8XX_ARM_RAM_BASE, | 1236 | .sram_dma = DA8XX_SHARED_RAM_BASE, |
1237 | .sram_len = SZ_8K, | 1237 | .sram_len = SZ_128K, |
1238 | }; | 1238 | }; |
1239 | 1239 | ||
1240 | void __init da850_init(void) | 1240 | void __init da850_init(void) |
diff --git a/arch/arm/mach-davinci/include/mach/da8xx.h b/arch/arm/mach-davinci/include/mach/da8xx.h index aaccdc4528fc..97bc7006bfc6 100644 --- a/arch/arm/mach-davinci/include/mach/da8xx.h +++ b/arch/arm/mach-davinci/include/mach/da8xx.h | |||
@@ -72,6 +72,7 @@ extern unsigned int da850_max_speed; | |||
72 | #define DA8XX_AEMIF_CS2_BASE 0x60000000 | 72 | #define DA8XX_AEMIF_CS2_BASE 0x60000000 |
73 | #define DA8XX_AEMIF_CS3_BASE 0x62000000 | 73 | #define DA8XX_AEMIF_CS3_BASE 0x62000000 |
74 | #define DA8XX_AEMIF_CTL_BASE 0x68000000 | 74 | #define DA8XX_AEMIF_CTL_BASE 0x68000000 |
75 | #define DA8XX_SHARED_RAM_BASE 0x80000000 | ||
75 | #define DA8XX_ARM_RAM_BASE 0xffff0000 | 76 | #define DA8XX_ARM_RAM_BASE 0xffff0000 |
76 | 77 | ||
77 | void __init da830_init(void); | 78 | void __init da830_init(void); |