[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4875438356E7CA4A8F2145FCD3E61C0B2CBD5D8906@MEP-EXCH.meprolight.com>
Date: Tue, 6 Mar 2012 13:04:11 +0200
From: Alex Gershgorin <alexg@...rolight.com>
To: "g.liakhovetski@....de" <g.liakhovetski@....de>
CC: "kernel@...gutronix.de" <kernel@...gutronix.de>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: mx3-camera
Hi Guennadi,
I'm working on I.MX35 PDK platform with use 3.3.0-rc6 version of the Linux Kernel.
Here is my Kernel boot message
"Linux video capture interface: v2.00
mx3-camera: probe of mx3-camera.0 failed with error -2"
This error comes from probe function of mx3 camera host driver.
Precisely in this part of the code:
mx3_cam->clk = clk_get(&pdev->dev, NULL);
if (IS_ERR(mx3_cam->clk)) {
err = PTR_ERR(mx3_cam->clk);
goto eclkget;
}
I will be glad for any help.
Regards,
Alex Gershgorin--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists