All of lore.kernel.org
 help / color / mirror / Atom feed
From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] ARM: imx: imx7d requires anatop
Date: Fri, 29 May 2015 21:59:14 +0800	[thread overview]
Message-ID: <20150529135913.GN16165@dragon> (raw)
In-Reply-To: <2517471.Cl2S35hGoT@wuerfel>

On Fri, May 29, 2015 at 11:28:05AM +0200, Arnd Bergmann wrote:
> Like i.MX6, the i.MX7 code calls into the anatop driver, which fails
> if that is disabled:
> 
> arch/arm/mach-imx/built-in.o: In function `imx7d_init_machine':
> arch/arm/mach-imx/mach-imx7d.c:24: undefined reference to `imx_anatop_init'
> arch/arm/mach-imx/built-in.o: In function `imx7d_init_irq':
> arch/arm/mach-imx/mach-imx7d.c:29: undefined reference to `imx_init_revision_from_anatop'
> 
> This patch ensures that for an imx7-only build, we still get anatop
> built-in, matching what we do for imx6. We also need to select 
> HAVE_IMX_MMDC, as that is needed by the anatop code.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
> I ran into a related problem, please use this version instead
> of the first one, to cover all cases.

Applied, thanks.

      reply	other threads:[~2015-05-29 13:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-28 14:15 [PATCH] ARM: imx: imx7d requires anatop Arnd Bergmann
2015-05-29  9:28 ` [PATCH v2] " Arnd Bergmann
2015-05-29 13:59   ` Shawn Guo [this message]

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=20150529135913.GN16165@dragon \
    --to=shawn.guo@linaro.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.