diff options
Diffstat (limited to 'arch/arm/mach-davinci/dm365.c')
-rw-r--r-- | arch/arm/mach-davinci/dm365.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/dm365.c b/arch/arm/mach-davinci/dm365.c index f2b1d93b2256..ed7645088052 100644 --- a/arch/arm/mach-davinci/dm365.c +++ b/arch/arm/mach-davinci/dm365.c | |||
@@ -1068,6 +1068,7 @@ static struct davinci_soc_info davinci_soc_info_dm365 = { | |||
1068 | .emac_pdata = &dm365_emac_pdata, | 1068 | .emac_pdata = &dm365_emac_pdata, |
1069 | .sram_dma = 0x00010000, | 1069 | .sram_dma = 0x00010000, |
1070 | .sram_len = SZ_32K, | 1070 | .sram_len = SZ_32K, |
1071 | .reset_device = &davinci_wdt_device, | ||
1071 | }; | 1072 | }; |
1072 | 1073 | ||
1073 | void __init dm365_init_asp(struct snd_platform_data *pdata) | 1074 | void __init dm365_init_asp(struct snd_platform_data *pdata) |