linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Nathan_Lynch@mentor.com (Nathan Lynch)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] imx6q: fix emergency restart
Date: Thu, 3 Oct 2013 15:52:17 -0500	[thread overview]
Message-ID: <524DD901.8090909@mentor.com> (raw)
In-Reply-To: <1380832337-4637-1-git-send-email-nathan_lynch@mentor.com>

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.

  reply	other threads:[~2013-10-03 20:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-03 20:32 [PATCH] imx6q: fix emergency restart Nathan Lynch
2013-10-03 20:52 ` Nathan Lynch [this message]
2013-10-04  1:26 ` Fabio Estevam
2013-10-06  9:09 ` Shawn Guo
2013-10-20 23:22 ` Russell King - ARM Linux
2013-10-21  0:35   ` Shawn Guo
2013-10-21 14:49   ` Nathan Lynch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=524DD901.8090909@mentor.com \
    --to=nathan_lynch@mentor.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).