From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kiril Zyapkov Date: Mon, 29 Apr 2013 16:14:11 +0300 Subject: [U-Boot] [PATCH] arm: mx23: Fix VDDMEM misconfiguration In-Reply-To: References: <1367194665-9813-1-git-send-email-marex@denx.de> Message-ID: <517E7223.6060707@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello everyone, On 29/04/13 15:30, Otavio Salvador wrote: > Hello Marek, > > (adding Kiril in Cc as he been quite friendly in testing U-Boot in > OlinuXino) Per Otavio's instructions: * checked out git://git.denx.de/u-boot-imx.git, branch master * applied http://pastebin.com/qub5fP1P (skips writing to some registers on mx23) * applied this patch. The conflict in mx23_mem_setup_vddmem() was resolved by using Marek's code. * changed VDDMEM form 2V5 to 2V6 The complete changeset: http://sprunge.us/AHAU This was tested on an imx233-olinuxino-maxi, bootlog: http://sprunge.us/RIhf Without the patch skipping registers, the console output gets scrambled. Thanks, Kiril