diff options
Diffstat (limited to 'arch/arm/mach-davinci/common.c')
-rw-r--r-- | arch/arm/mach-davinci/common.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/common.c b/arch/arm/mach-davinci/common.c index 94f27cbcd55a..f8221c5ee380 100644 --- a/arch/arm/mach-davinci/common.c +++ b/arch/arm/mach-davinci/common.c | |||
@@ -77,6 +77,9 @@ void __init davinci_common_init(struct davinci_soc_info *soc_info) | |||
77 | local_flush_tlb_all(); | 77 | local_flush_tlb_all(); |
78 | flush_cache_all(); | 78 | flush_cache_all(); |
79 | 79 | ||
80 | if (!davinci_soc_info.reset) | ||
81 | davinci_soc_info.reset = davinci_watchdog_reset; | ||
82 | |||
80 | /* | 83 | /* |
81 | * We want to check CPU revision early for cpu_is_xxxx() macros. | 84 | * We want to check CPU revision early for cpu_is_xxxx() macros. |
82 | * IO space mapping must be initialized before we can do that. | 85 | * IO space mapping must be initialized before we can do that. |