From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 14 Feb 2012 13:34:20 +0100 Subject: [U-Boot] [PATCH] i.MX28: Fix ref_cpu clock setup In-Reply-To: <6EA3E0BCC03CC34B89B01BD57ECBC718F80295@POBOX.postoffice.danego.net> References: <1328620611-24108-1-git-send-email-robert@delien.nl> <201202071817.26760.marek.vasut@gmail.com> <6EA3E0BCC03CC34B89B01BD57ECBC718F80295@POBOX.postoffice.danego.net> Message-ID: <201202141334.20489.marek.vasut@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 > > Robert, I tested first three patches on my board and it refuses to boot. > > Why? > > The problem is in here: > io_reg = MXC_IOCLK1 - io; /* Register order is reversed */ > > I will rework and resubmit the patches 'soon'. I'm a bit numb of reworking > and resubmitting and I just received a board to bringup last week, and > that's got my priority. git rebase -i HEAD~3 (if you have the patch you want to rework 3 patches deep) Change "pick" to the left of the patch to "edit" Do the change in the file. git add git rebase --continue > > BTW: It seems that mx28evk DDR2 is overclocked a bit. For example tRCD is > set to 3, where it should be. I didn't look into all the other settings > yet, because lowering the clock helps for my board, for now. Lowering the clock to what ? I was pondering about this too, the settings in spl_mem_init are for DENX m28 board, so maybe someone should abstract that out. M