Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a253457 authored by Sylvain Lemieux's avatar Sylvain Lemieux Committed by Wim Van Sebroeck
Browse files

arm: lpc32xx: phy3250 remove restart hook



Remove the restart hook assignment from phy3250;
this functionality is now managed by
the pnx4008 watchdog driver.

Signed-off-by: default avatarSylvain Lemieux <slemieux@tycoint.com>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent 247dcad5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -263,5 +263,4 @@ DT_MACHINE_START(LPC32XX_DT, "LPC32XX SoC (Flattened Device Tree)")
	.init_time	= lpc32xx_timer_init,
	.init_machine	= lpc3250_machine_init,
	.dt_compat	= lpc32xx_dt_compat,
	.restart	= lpc23xx_restart,
MACHINE_END