Skip to content
Snippets Groups Projects
Commit 48b4aaa5 authored by i.MX6 Administrator's avatar i.MX6 Administrator
Browse files

APX WDOG: disable wdog trigger after startup

parent 7a9a4966
No related branches found
No related tags found
No related merge requests found
......@@ -597,7 +597,7 @@ void apx_wdog_trigger_early_init (const struct apx_wdog_trigger_data *apx_wdt_da
mutex_init (&wdt.ops_lock);
mutex_init (&wdt.ioctl_lock);
PIN_CONF_EN;
PIN_CONF_DIS;
imx6_wdog_refresh ();
}
......
......@@ -593,7 +593,7 @@ static void __init imx6q_init_machine(void)
if ( of_machine_is_compatible("fsl,imx6q-SBC_A62") ||
of_machine_is_compatible("fsl,imx6dl-SBC_A62") ) {
apx_wdog_trigger_work_init(1);
apx_wdog_trigger_work_init(0);
/* set clock CKO2 to use the USBH1 with external clock */
np = of_find_node_by_path("/external_clocks");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment