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

Commit fd3c46b3 authored by Baruch Siach's avatar Baruch Siach Committed by Sascha Hauer
Browse files

mx25pdk: register watchdog device

parent 30816abc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -182,6 +182,7 @@ static void __init mx25pdk_init(void)
	mxc_register_device(&mxc_nand_device, &mx25pdk_nand_board_info);
	mxc_register_device(&mx25_rtc_device, NULL);
	mxc_register_device(&mx25_fb_device, &mx25pdk_fb_pdata);
	mxc_register_device(&mxc_wdt, NULL);

	mx25pdk_fec_reset();
	mxc_register_device(&mx25_fec_device, &mx25_fec_pdata);