From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5035F84E.3000901@antcom.de> Date: Thu, 23 Aug 2012 11:30:54 +0200 From: Roland Stigge MIME-Version: 1.0 To: linux-mtd@lists.infradead.org, "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , s.hauer@pengutronix.de Subject: mxc_nand.c on mach-imx/imx53 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, I'd like to know about the current state of mxc_nand.c on imx53, because I got an error on probe() because the clock that mxc_nand is requesting is "nfc" but imx53 only defines the clock "mxc_nand". Even after adjusting the name, probe() couldn't find the clock, so I'm wondering if mxc_nand.c is supported on imx53 at all because other mx'es have IMX_HAVE_PLATFORM_MXC_NAND in arch/arm/mach-imx/Kconfig but not imx53. In a custom board BSP, I found an mxc_nd2.c besides mxc_nand.c but not in mainline. Are there any plans here? But maybe I just missed sth. - a hint or link would be very much appreciated. Thanks in advance, Roland