* [PATCH] ARM: imx: select SRC for i.MX7
@ 2015-12-18 15:40 Arnd Bergmann
2015-12-21 13:25 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2015-12-18 15:40 UTC (permalink / raw)
To: linux-arm-kernel
The i.MX7 Kconfig option had a couple of missing select lines that
I fixed already, but I missed HAVE_IMX_SRC:
arch/arm/mach-imx/built-in.o: In function `imx7d_init_irq':
platform-spi_imx.c:(.init.text+0x25a8): undefined reference to `imx_src_init'
This adds that one as well.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 0be5da9dc249 ("ARM: imx: imx7d requires anatop")
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 0ac180f7b330..15df34fbdf44 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -563,6 +563,7 @@ config SOC_IMX7D
select ARM_GIC
select HAVE_IMX_ANATOP
select HAVE_IMX_MMDC
+ select HAVE_IMX_SRC
help
This enables support for Freescale i.MX7 Dual processor.
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: imx: select SRC for i.MX7
2015-12-18 15:40 [PATCH] ARM: imx: select SRC for i.MX7 Arnd Bergmann
@ 2015-12-21 13:25 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2015-12-21 13:25 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Dec 18, 2015 at 04:40:26PM +0100, Arnd Bergmann wrote:
> The i.MX7 Kconfig option had a couple of missing select lines that
> I fixed already, but I missed HAVE_IMX_SRC:
>
> arch/arm/mach-imx/built-in.o: In function `imx7d_init_irq':
> platform-spi_imx.c:(.init.text+0x25a8): undefined reference to `imx_src_init'
>
> This adds that one as well.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: 0be5da9dc249 ("ARM: imx: imx7d requires anatop")
Applied as a non-critical fix for 4.5, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-21 13:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-18 15:40 [PATCH] ARM: imx: select SRC for i.MX7 Arnd Bergmann
2015-12-21 13:25 ` Shawn Guo
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).