aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-vt8500/bv07.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-vt8500/bv07.c')
-rw-r--r--arch/arm/mach-vt8500/bv07.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-vt8500/bv07.c b/arch/arm/mach-vt8500/bv07.c
index a464c7584411..f9fbeb2d10e9 100644
--- a/arch/arm/mach-vt8500/bv07.c
+++ b/arch/arm/mach-vt8500/bv07.c
@@ -23,6 +23,7 @@
23 23
24#include <asm/mach-types.h> 24#include <asm/mach-types.h>
25#include <asm/mach/arch.h> 25#include <asm/mach/arch.h>
26#include <mach/restart.h>
26 27
27#include "devices.h" 28#include "devices.h"
28 29
@@ -62,6 +63,7 @@ void __init bv07_init(void)
62 else 63 else
63 printk(KERN_ERR "PMC Hibernation register could not be remapped, not enabling power off!\n"); 64 printk(KERN_ERR "PMC Hibernation register could not be remapped, not enabling power off!\n");
64 65
66 wmt_setup_restart();
65 vt8500_set_resources(); 67 vt8500_set_resources();
66 platform_add_devices(devices, ARRAY_SIZE(devices)); 68 platform_add_devices(devices, ARRAY_SIZE(devices));
67 vt8500_gpio_init(); 69 vt8500_gpio_init();
@@ -69,6 +71,7 @@ void __init bv07_init(void)
69 71
70MACHINE_START(BV07, "Benign BV07 Mini Netbook") 72MACHINE_START(BV07, "Benign BV07 Mini Netbook")
71 .atag_offset = 0x100, 73 .atag_offset = 0x100,
74 .restart = wmt_restart,
72 .reserve = vt8500_reserve_mem, 75 .reserve = vt8500_reserve_mem,
73 .map_io = vt8500_map_io, 76 .map_io = vt8500_map_io,
74 .init_irq = vt8500_init_irq, 77 .init_irq = vt8500_init_irq,