[PATCH] imx6q: fix emergency restart
Nathan Lynch
Nathan_Lynch at mentor.com
Thu Oct 3 16:52:17 EDT 2013
On 10/03/2013 03:32 PM, Nathan Lynch wrote:
> static void __init imx6q_init_machine(void)
> {
> + struct device_node *np;
> +
> imx6q_enet_phy_init();
>
> + np = of_find_compatible_node(NULL, NULL, "fsl,imx6q-wdt");
> + if (np)
> + wdog_base = of_iomap(np, 0);
> + pr_info("%s: wdog_base = %p\n", __func__, wdog_base);
> +
I'll remove this stray debug statement in v2 after waiting a while for
any other comments.
More information about the linux-arm-kernel
mailing list