diff options
Diffstat (limited to 'arch/arm/mach-davinci/da850.c')
-rw-r--r-- | arch/arm/mach-davinci/da850.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c index 8aefcffa5ae2..2b6dd59d72f2 100644 --- a/arch/arm/mach-davinci/da850.c +++ b/arch/arm/mach-davinci/da850.c | |||
@@ -1093,6 +1093,7 @@ static struct davinci_soc_info davinci_soc_info_da850 = { | |||
1093 | .emac_pdata = &da8xx_emac_pdata, | 1093 | .emac_pdata = &da8xx_emac_pdata, |
1094 | .sram_dma = DA8XX_ARM_RAM_BASE, | 1094 | .sram_dma = DA8XX_ARM_RAM_BASE, |
1095 | .sram_len = SZ_8K, | 1095 | .sram_len = SZ_8K, |
1096 | .reset_device = &da8xx_wdt_device, | ||
1096 | }; | 1097 | }; |
1097 | 1098 | ||
1098 | void __init da850_init(void) | 1099 | void __init da850_init(void) |