diff options
author | Jean-Sebastien A. Beaudry <[email protected]> | 2013-01-23 16:02:40 -0500 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2013-02-01 14:50:18 -0800 |
commit | 14e067c1a5280fe6fe5d3348a0bae87bc4da16db (patch) | |
tree | 3f612a3c8f9bc0e33c0ab977fa45e9868e933f31 /arch/arm/mach-omap2/board-generic.c | |
parent | 88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7 (diff) |
ARM: OMAP2+: AM33xx: Add SoC specific restart hook
Add restart hook so that DTS based AM33xx builds can restart
the platform.
Tested-by: Nishanth Menon <[email protected]>
Signed-off-by: Jean-Sebastien A. Beaudry <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
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 53cb380b7877..fac00f0960be 100644 --- a/arch/arm/mach-omap2/board-generic.c +++ b/arch/arm/mach-omap2/board-generic.c @@ -141,6 +141,7 @@ DT_MACHINE_START(AM33XX_DT, "Generic AM33XX (Flattened Device Tree)") .init_machine = omap_generic_init, .timer = &omap3_am33xx_timer, .dt_compat = am33xx_boards_compat, + .restart = am33xx_restart, MACHINE_END #endif |