diff options
author | Rajendra Nayak <rnayak@ti.com> | 2013-07-09 13:02:15 +0530 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2013-08-23 04:28:36 -0600 |
commit | 1d597b07b65523fcdb3901fe7a2ab145371ce21b (patch) | |
tree | ecdcf5a26679528761b6c133c322886784e0eadf /arch/arm/mach-omap2/board-generic.c | |
parent | 9a4e301d0c4403e18f6bbb79e4096e69a0f4a4c1 (diff) | |
download | blackbird-obmc-linux-1d597b07b65523fcdb3901fe7a2ab145371ce21b.tar.gz blackbird-obmc-linux-1d597b07b65523fcdb3901fe7a2ab145371ce21b.zip |
ARM: OMAP: DRA7: Reuse the omap44xx_restart and fix the device instance
The omap44xx_restart used on omap4 and omap5 devices can be reused
on dra7 devices as well. The device instance however is different
across omap5 and dra7 as compared to omap4. So fix this for omap5
as well as dra7.
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: R Sricharan <r.sricharan@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-generic.c')
-rw-r--r-- | arch/arm/mach-omap2/board-generic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-generic.c b/arch/arm/mach-omap2/board-generic.c index b89e55ba2c13..39c78387ddec 100644 --- a/arch/arm/mach-omap2/board-generic.c +++ b/arch/arm/mach-omap2/board-generic.c @@ -238,5 +238,6 @@ DT_MACHINE_START(DRA7XX_DT, "Generic DRA7XX (Flattened Device Tree)") .init_machine = omap_generic_init, .init_time = omap5_realtime_timer_init, .dt_compat = dra7xx_boards_compat, + .restart = omap44xx_restart, MACHINE_END #endif |