linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: imx1: mm: add call to mxc_device_init
@ 2013-03-16 15:49 Gwenhael Goavec-Merou
  2013-03-25 11:01 ` gwenhael.goavec
  2013-03-25 14:09 ` Sascha Hauer
  0 siblings, 2 replies; 5+ messages in thread
From: Gwenhael Goavec-Merou @ 2013-03-16 15:49 UTC (permalink / raw)
  To: linux-arm-kernel

mxc_device_init() is mandatory for mxc_aips and mxc_ahb bus registration, needed 
as parents, at least, for gpio and dma.

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>
---
 arch/arm/mach-imx/mm-imx1.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-imx/mm-imx1.c b/arch/arm/mach-imx/mm-imx1.c
index 7a14667..3c609c5 100644
--- a/arch/arm/mach-imx/mm-imx1.c
+++ b/arch/arm/mach-imx/mm-imx1.c
@@ -51,6 +51,8 @@ void __init mx1_init_irq(void)
 
 void __init imx1_soc_init(void)
 {
+	mxc_device_init();
+
 	mxc_register_gpio("imx1-gpio", 0, MX1_GPIO1_BASE_ADDR, SZ_256,
 						MX1_GPIO_INT_PORTA, 0);
 	mxc_register_gpio("imx1-gpio", 1, MX1_GPIO2_BASE_ADDR, SZ_256,
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-04-02 13:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-16 15:49 [PATCH] ARM: imx1: mm: add call to mxc_device_init Gwenhael Goavec-Merou
2013-03-25 11:01 ` gwenhael.goavec
2013-03-25 14:09 ` Sascha Hauer
2013-04-02 13:16   ` Shawn Guo
2013-04-02 13:59     ` Sascha Hauer

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).