From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Sun, 29 Apr 2012 18:43:22 +0200 Subject: [U-Boot] [PATCH 2/5] imx-common: Factor out get_ahb_clk() In-Reply-To: References: <1332279610-22838-1-git-send-email-fabio.estevam@freescale.com> <1332279610-22838-2-git-send-email-fabio.estevam@freescale.com> <4F98E580.6090809@de.bosch.com> Message-ID: <4F9D6FAA.6060402@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefano, On 29.04.2012 16:54, Fabio Estevam wrote: > Hi Dirk, > > On Thu, Apr 26, 2012 at 3:04 AM, Dirk Behme wrote: > >> We had this patch on a v2012.04.1 based test branch and it showed some >> strange issues with SD cards on i.MX6. >> >> Depending on the SD card used (different ones) and the board (SabreLite and >> a custom one) >> >> - the SD card just works fine as we are used to >> - booting fails with "MMC init failed" >> - booting fails with "Card did not respond to voltage select!" >> >> Reverting this patch on the test branch makes all tested boards and tested >> SD cards work fine again. >> >> I haven't looked into the details to debug the root cause, though. >> >> So for the moment: NACK > > Thanks for testing it. I found one mistake and will submit a fix shortly. I saw you have this patch already in http://git.denx.de/?p=u-boot/u-boot-imx.git;a=shortlog;h=refs/heads/master Do you mind to remove this? Best regards Dirk